Html Css Color HEX #EED248 Festival

📋 copy color: '#EED248'

red 238 ◦ green 210 ◦ blue 72

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

Shades of Festival #EED248

Tints of Festival #EED248

RGB

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

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

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

R = 45.77%
G = 40.38%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EED248 (or 0xEED248) is known color: Festival. HEX triplet: EE, D2 and 48. RGB value is (238,210,72). Sum of RGB (Red+Green+Blue) = 238+210+72=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EED248 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED248 is #112DB7. Grayscale: #CBCBCB. Windows color (decimal): -1125816 or 4772590. OLE color: 4772590.

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

Color convert

RGB 238 210 72 -
CMYK 0 0.12 0.70 0.07
HSL 49.88º 0.83% 0.61% -
HSV(B) 49.88º 0.7% 0.93% -
XYZ 59.48 64.74 15.49 -
YUV 202.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 238 210 72 0 0.12 0.70 0.07 49.88 0.83 0.61
Hex EE D2 48 0 C 46 7 32 53 3D
Octal 356 322 110 0 14 106 7 62 123 75
Binary 11101110 11010010 1001000 0 1100 1000110 111 110010 1010011 111101

Color Harmonies of #EED248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED248

Black with #EED248

Text Example


Text Example

White with #EED248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED248; }

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

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

background-color css

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

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

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

border-color css

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

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

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