Html Css Color HEX #EED245 Festival

📋 copy color: '#EED245'

red 238 ◦ green 210 ◦ blue 69

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

Shades of Festival #EED245

Tints of Festival #EED245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.35%

R = 46.03%
G = 40.62%
B = 13.35%

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

#EED245 (or 0xEED245) is known color: Festival. HEX triplet: EE, D2 and 45. RGB value is (238,210,69). Sum of RGB (Red+Green+Blue) = 238+210+69=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED245 is #112DBA. Grayscale: #CACACA. Windows color (decimal): -1125819 or 4575982. OLE color: 4575982.

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

Color convert

RGB 238 210 69 -
CMYK 0 0.12 0.71 0.07
HSL 50.06º 0.83% 0.6% -
HSV(B) 50.06º 0.71% 0.93% -
XYZ 59.38 64.7 14.99 -
YUV 202.3 52.78 153.46 -
System Red Green Blue C M Y K H S L
Decimal 238 210 69 0 0.12 0.71 0.07 50.06 0.83 0.6
Hex EE D2 45 0 C 47 7 32 53 3C
Octal 356 322 105 0 14 107 7 62 123 74
Binary 11101110 11010010 1000101 0 1100 1000111 111 110010 1010011 111100

Color Harmonies of #EED245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED245

Black with #EED245

Text Example


Text Example

White with #EED245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED245; }

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

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

background-color css

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

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

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

border-color css

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

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

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