Html Css Color HEX #E1CA50 Festival

📋 copy color: '#E1CA50'

red 225 ◦ green 202 ◦ blue 80

#E1CA50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #E1CA50

Tints of Festival #E1CA50

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

 GREEN value IS 202 (79.3% from 255) = 39.84%

 BLUE value IS 80 (31.64% from 255) = 15.78%

R = 44.38%
G = 39.84%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E1CA50 (or 0xE1CA50) is known color: Festival. HEX triplet: E1, CA and 50. RGB value is (225,202,80). Sum of RGB (Red+Green+Blue) = 225+202+80=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA50 is #1E35AF. Grayscale: #C3C3C3. Windows color (decimal): -1979824 or 5294817. OLE color: 5294817.

HSL color Cylindrical-coordinate representation of color #E1CA50: hue angle of 50.48º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1CA50 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 80 -
CMYK 0 0.10 0.64 0.12
HSL 50.48º 0.71% 0.6% -
HSV(B) 50.48º 0.64% 0.88% -
XYZ 53.62 58.83 16.12 -
YUV 194.97 63.12 149.42 -
System Red Green Blue C M Y K H S L
Decimal 225 202 80 0 0.10 0.64 0.12 50.48 0.71 0.6
Hex E1 CA 50 0 A 40 C 32 47 3C
Octal 341 312 120 0 12 100 14 62 107 74
Binary 11100001 11001010 1010000 0 1010 1000000 1100 110010 1000111 111100

Color Harmonies of #E1CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA50

Black with #E1CA50

Text Example


Text Example

White with #E1CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA50; }

 p { color: rgb(225,202,80); }

 H1.HeaderClassName
 {
   color: #E1CA50;
 }
 .AnyTagClassName
 {
   color: #E1CA50;
 }
</style>

background-color css

<style>
 a { background-color: #E1CA50; }

 a { background-color: rgb(225,202,80); }

 div.DivClassName
 {
   background-color: #E1CA50;
 }
 .BgClassName
 {
   background-color: #E1CA50;
 }
</style>

border-color css

<style>
 span { border-color: #E1CA50; }

 span { border-color: rgb(225,202,80); }

 td.TdClassName
 {
   border-color: #E1CA50;
 }
 .TagClassName
 {
   border-color: #E1CA50;
 }
</style>