Html Css Color HEX #EED048 Festival

📋 copy color: '#EED048'

red 238 ◦ green 208 ◦ blue 72

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

Shades of Festival #EED048

Tints of Festival #EED048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.9%

R = 45.95%
G = 40.15%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED048 (or 0xEED048) is known color: Festival. HEX triplet: EE, D0 and 48. RGB value is (238,208,72). Sum of RGB (Red+Green+Blue) = 238+208+72=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED048 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED048 is #112FB7. Grayscale: #CACACA. Windows color (decimal): -1126328 or 4772078. OLE color: 4772078.

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

Color convert

RGB 238 208 72 -
CMYK 0 0.13 0.70 0.07
HSL 49.16º 0.83% 0.61% -
HSV(B) 49.16º 0.7% 0.93% -
XYZ 58.99 63.76 15.33 -
YUV 201.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 238 208 72 0 0.13 0.70 0.07 49.16 0.83 0.61
Hex EE D0 48 0 D 46 7 31 53 3D
Octal 356 320 110 0 15 106 7 61 123 75
Binary 11101110 11010000 1001000 0 1101 1000110 111 110001 1010011 111101

Color Harmonies of #EED048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED048

Black with #EED048

Text Example


Text Example

White with #EED048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED048; }

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

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

background-color css

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

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

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

border-color css

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

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

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