Html Css Color HEX #EED249 Festival

📋 copy color: '#EED249'

red 238 ◦ green 210 ◦ blue 73

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

Shades of Festival #EED249

Tints of Festival #EED249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.31%

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

R = 45.68%
G = 40.31%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED249 (or 0xEED249) is known color: Festival. HEX triplet: EE, D2 and 49. RGB value is (238,210,73). Sum of RGB (Red+Green+Blue) = 238+210+73=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED249 is #112DB6. Grayscale: #CBCBCB. Windows color (decimal): -1125815 or 4838126. OLE color: 4838126.

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

Color convert

RGB 238 210 73 -
CMYK 0 0.12 0.69 0.07
HSL 49.82º 0.83% 0.61% -
HSV(B) 49.82º 0.69% 0.93% -
XYZ 59.51 64.75 15.67 -
YUV 202.75 54.78 153.14 -
System Red Green Blue C M Y K H S L
Decimal 238 210 73 0 0.12 0.69 0.07 49.82 0.83 0.61
Hex EE D2 49 0 C 45 7 32 53 3D
Octal 356 322 111 0 14 105 7 62 123 75
Binary 11101110 11010010 1001001 0 1100 1000101 111 110010 1010011 111101

Color Harmonies of #EED249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED249

Black with #EED249

Text Example


Text Example

White with #EED249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED249; }

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

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

background-color css

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

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

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

border-color css

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

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

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