Html Css Color HEX #EED047 Festival

📋 copy color: '#EED047'

red 238 ◦ green 208 ◦ blue 71

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

Shades of Festival #EED047

Tints of Festival #EED047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.73%

R = 46.03%
G = 40.23%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED047 (or 0xEED047) is known color: Festival. HEX triplet: EE, D0 and 47. RGB value is (238,208,71). Sum of RGB (Red+Green+Blue) = 238+208+71=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 71 (28.12% from 255 or 13.73% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED047 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED047 is #112FB8. Grayscale: #C9C9C9. Windows color (decimal): -1126329 or 4706542. OLE color: 4706542.

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

Color convert

RGB 238 208 71 -
CMYK 0 0.13 0.70 0.07
HSL 49.22º 0.83% 0.61% -
HSV(B) 49.22º 0.7% 0.93% -
XYZ 58.95 63.74 15.16 -
YUV 201.35 54.44 154.14 -
System Red Green Blue C M Y K H S L
Decimal 238 208 71 0 0.13 0.70 0.07 49.22 0.83 0.61
Hex EE D0 47 0 D 46 7 31 53 3D
Octal 356 320 107 0 15 106 7 61 123 75
Binary 11101110 11010000 1000111 0 1101 1000110 111 110001 1010011 111101

Color Harmonies of #EED047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED047

Black with #EED047

Text Example


Text Example

White with #EED047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED047; }

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

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

background-color css

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

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

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

border-color css

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

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

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