Html Css Color HEX #EED044 Festival

📋 copy color: '#EED044'

red 238 ◦ green 208 ◦ blue 68

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

Shades of Festival #EED044

Tints of Festival #EED044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.23%

R = 46.3%
G = 40.47%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED044 (or 0xEED044) is known color: Festival. HEX triplet: EE, D0 and 44. RGB value is (238,208,68). Sum of RGB (Red+Green+Blue) = 238+208+68=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EED044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED044 is #112FBB. Grayscale: #C9C9C9. Windows color (decimal): -1126332 or 4509934. OLE color: 4509934.

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

Color convert

RGB 238 208 68 -
CMYK 0 0.13 0.71 0.07
HSL 49.41º 0.83% 0.6% -
HSV(B) 49.41º 0.71% 0.93% -
XYZ 58.86 63.71 14.66 -
YUV 201.01 52.94 154.38 -
System Red Green Blue C M Y K H S L
Decimal 238 208 68 0 0.13 0.71 0.07 49.41 0.83 0.6
Hex EE D0 44 0 D 47 7 31 53 3C
Octal 356 320 104 0 15 107 7 61 123 74
Binary 11101110 11010000 1000100 0 1101 1000111 111 110001 1010011 111100

Color Harmonies of #EED044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED044

Black with #EED044

Text Example


Text Example

White with #EED044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED044; }

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

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

background-color css

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

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

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

border-color css

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

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

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