Html Css Color HEX #E1C24E Festival

📋 copy color: '#E1C24E'

red 225 ◦ green 194 ◦ blue 78

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

Shades of Festival #E1C24E

Tints of Festival #E1C24E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.03%

 BLUE value IS 78 (30.86% from 255) = 15.69%

R = 45.27%
G = 39.03%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E1C24E (or 0xE1C24E) is known color: Festival. HEX triplet: E1, C2 and 4E. RGB value is (225,194,78). Sum of RGB (Red+Green+Blue) = 225+194+78=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 78 (30.86% from 255 or 15.69% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1C24E is #1E3DB1. Grayscale: #BEBEBE. Windows color (decimal): -1981874 or 5161697. OLE color: 5161697.

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

Color convert

RGB 225 194 78 -
CMYK 0 0.14 0.65 0.12
HSL 47.35º 0.71% 0.59% -
HSV(B) 47.35º 0.65% 0.88% -
XYZ 51.72 55.14 15.13 -
YUV 190.05 64.77 152.93 -
System Red Green Blue C M Y K H S L
Decimal 225 194 78 0 0.14 0.65 0.12 47.35 0.71 0.59
Hex E1 C2 4E 0 E 41 C 2F 47 3B
Octal 341 302 116 0 16 101 14 57 107 73
Binary 11100001 11000010 1001110 0 1110 1000001 1100 101111 1000111 111011

Color Harmonies of #E1C24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C24E

Black with #E1C24E

Text Example


Text Example

White with #E1C24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C24E; }

 p { color: rgb(225,194,78); }

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

background-color css

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

 a { background-color: rgb(225,194,78); }

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

border-color css

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

 span { border-color: rgb(225,194,78); }

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