Html Css Color HEX #EED04C Festival

📋 copy color: '#EED04C'

red 238 ◦ green 208 ◦ blue 76

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

Shades of Festival #EED04C

Tints of Festival #EED04C

RGB

 RED value IS 238 (93.36% from 255) = 45.59%

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 76 (30.08% from 255) = 14.56%

R = 45.59%
G = 39.85%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EED04C (or 0xEED04C) is known color: Festival. HEX triplet: EE, D0 and 4C. RGB value is (238,208,76). Sum of RGB (Red+Green+Blue) = 238+208+76=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EED04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED04C is #112FB3. Grayscale: #CACACA. Windows color (decimal): -1126324 or 5034222. OLE color: 5034222.

HSL color Cylindrical-coordinate representation of color #EED04C: hue angle of 48.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED04C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 208 76 -
CMYK 0 0.13 0.68 0.07
HSL 48.89º 0.83% 0.62% -
HSV(B) 48.89º 0.68% 0.93% -
XYZ 59.12 63.81 16.04 -
YUV 201.92 56.94 153.73 -
System Red Green Blue C M Y K H S L
Decimal 238 208 76 0 0.13 0.68 0.07 48.89 0.83 0.62
Hex EE D0 4C 0 D 44 7 31 53 3E
Octal 356 320 114 0 15 104 7 61 123 76
Binary 11101110 11010000 1001100 0 1101 1000100 111 110001 1010011 111110

Color Harmonies of #EED04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED04C

Black with #EED04C

Text Example


Text Example

White with #EED04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED04C; }

 p { color: rgb(238,208,76); }

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

background-color css

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

 a { background-color: rgb(238,208,76); }

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

border-color css

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

 span { border-color: rgb(238,208,76); }

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