Html Css Color HEX #EED549 Festival

📋 copy color: '#EED549'

red 238 ◦ green 213 ◦ blue 73

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

Shades of Festival #EED549

Tints of Festival #EED549

RGB

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

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

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

R = 45.42%
G = 40.65%
B = 13.93%

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

#EED549 (or 0xEED549) is known color: Festival. HEX triplet: EE, D5 and 49. RGB value is (238,213,73). Sum of RGB (Red+Green+Blue) = 238+213+73=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED549 is #112AB6. Grayscale: #CDCDCD. Windows color (decimal): -1125047 or 4838894. OLE color: 4838894.

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

Color convert

RGB 238 213 73 -
CMYK 0 0.11 0.69 0.07
HSL 50.91º 0.83% 0.61% -
HSV(B) 50.91º 0.69% 0.93% -
XYZ 60.26 66.25 15.91 -
YUV 204.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 238 213 73 0 0.11 0.69 0.07 50.91 0.83 0.61
Hex EE D5 49 0 B 45 7 33 53 3D
Octal 356 325 111 0 13 105 7 63 123 75
Binary 11101110 11010101 1001001 0 1011 1000101 111 110011 1010011 111101

Color Harmonies of #EED549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED549

Black with #EED549

Text Example


Text Example

White with #EED549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED549; }

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

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

background-color css

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

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

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

border-color css

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

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

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