Html Css Color HEX #EED449 Festival

📋 copy color: '#EED449'

red 238 ◦ green 212 ◦ blue 73

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

Shades of Festival #EED449

Tints of Festival #EED449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

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

R = 45.51%
G = 40.54%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EED449 (or 0xEED449) is known color: Festival. HEX triplet: EE, D4 and 49. RGB value is (238,212,73). Sum of RGB (Red+Green+Blue) = 238+212+73=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED449 is #112BB6. Grayscale: #CCCCCC. Windows color (decimal): -1125303 or 4838638. OLE color: 4838638.

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

Color convert

RGB 238 212 73 -
CMYK 0 0.11 0.69 0.07
HSL 50.55º 0.83% 0.61% -
HSV(B) 50.55º 0.69% 0.93% -
XYZ 60.01 65.75 15.83 -
YUV 203.93 54.11 152.3 -
System Red Green Blue C M Y K H S L
Decimal 238 212 73 0 0.11 0.69 0.07 50.55 0.83 0.61
Hex EE D4 49 0 B 45 7 33 53 3D
Octal 356 324 111 0 13 105 7 63 123 75
Binary 11101110 11010100 1001001 0 1011 1000101 111 110011 1010011 111101

Color Harmonies of #EED449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED449

Black with #EED449

Text Example


Text Example

White with #EED449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED449; }

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

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

background-color css

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

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

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

border-color css

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

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

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