Html Css Color HEX #EED049 Festival

📋 copy color: '#EED049'

red 238 ◦ green 208 ◦ blue 73

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

Shades of Festival #EED049

Tints of Festival #EED049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.07%

R = 45.86%
G = 40.08%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED049 (or 0xEED049) is known color: Festival. HEX triplet: EE, D0 and 49. RGB value is (238,208,73). Sum of RGB (Red+Green+Blue) = 238+208+73=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED049 is #112FB6. Grayscale: #CACACA. Windows color (decimal): -1126327 or 4837614. OLE color: 4837614.

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

Color convert

RGB 238 208 73 -
CMYK 0 0.13 0.69 0.07
HSL 49.09º 0.83% 0.61% -
HSV(B) 49.09º 0.69% 0.93% -
XYZ 59.02 63.77 15.5 -
YUV 201.58 55.44 153.98 -
System Red Green Blue C M Y K H S L
Decimal 238 208 73 0 0.13 0.69 0.07 49.09 0.83 0.61
Hex EE D0 49 0 D 45 7 31 53 3D
Octal 356 320 111 0 15 105 7 61 123 75
Binary 11101110 11010000 1001001 0 1101 1000101 111 110001 1010011 111101

Color Harmonies of #EED049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED049

Black with #EED049

Text Example


Text Example

White with #EED049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED049; }

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

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

background-color css

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

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

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

border-color css

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

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

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