Html Css Color HEX #EED246 Festival

📋 copy color: '#EED246'

red 238 ◦ green 210 ◦ blue 70

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

Shades of Festival #EED246

Tints of Festival #EED246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.51%

R = 45.95%
G = 40.54%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED246 (or 0xEED246) is known color: Festival. HEX triplet: EE, D2 and 46. RGB value is (238,210,70). Sum of RGB (Red+Green+Blue) = 238+210+70=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED246 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED246 is #112DB9. Grayscale: #CACACA. Windows color (decimal): -1125818 or 4641518. OLE color: 4641518.

HSL color Cylindrical-coordinate representation of color #EED246: hue angle of 50º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EED246 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 70 -
CMYK 0 0.12 0.71 0.07
HSL 50º 0.83% 0.6% -
HSV(B) 50º 0.71% 0.93% -
XYZ 59.41 64.71 15.15 -
YUV 202.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 238 210 70 0 0.12 0.71 0.07 50 0.83 0.6
Hex EE D2 46 0 C 47 7 32 53 3C
Octal 356 322 106 0 14 107 7 62 123 74
Binary 11101110 11010010 1000110 0 1100 1000111 111 110010 1010011 111100

Color Harmonies of #EED246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED246

Black with #EED246

Text Example


Text Example

White with #EED246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED246; }

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

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

background-color css

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

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

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

border-color css

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

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

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