Html Css Color HEX #EED544 Festival

📋 copy color: '#EED544'

red 238 ◦ green 213 ◦ blue 68

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

Shades of Festival #EED544

Tints of Festival #EED544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.04%

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

R = 45.86%
G = 41.04%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED544 (or 0xEED544) is known color: Festival. HEX triplet: EE, D5 and 44. RGB value is (238,213,68). Sum of RGB (Red+Green+Blue) = 238+213+68=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EED544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED544 is #112ABB. Grayscale: #CCCCCC. Windows color (decimal): -1125052 or 4511214. OLE color: 4511214.

HSL color Cylindrical-coordinate representation of color #EED544: hue angle of 51.18º 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 #EED544 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 68 -
CMYK 0 0.11 0.71 0.07
HSL 51.18º 0.83% 0.6% -
HSV(B) 51.18º 0.71% 0.93% -
XYZ 60.1 66.18 15.08 -
YUV 203.95 51.28 152.29 -
System Red Green Blue C M Y K H S L
Decimal 238 213 68 0 0.11 0.71 0.07 51.18 0.83 0.6
Hex EE D5 44 0 B 47 7 33 53 3C
Octal 356 325 104 0 13 107 7 63 123 74
Binary 11101110 11010101 1000100 0 1011 1000111 111 110011 1010011 111100

Color Harmonies of #EED544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED544

Black with #EED544

Text Example


Text Example

White with #EED544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED544; }

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

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

background-color css

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

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

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

border-color css

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

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

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