Html Css Color HEX #EED240 Festival

📋 copy color: '#EED240'

red 238 ◦ green 210 ◦ blue 64

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

Shades of Festival #EED240

Tints of Festival #EED240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.5%

R = 46.48%
G = 41.02%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EED240 (or 0xEED240) is known color: Festival. HEX triplet: EE, D2 and 40. RGB value is (238,210,64). Sum of RGB (Red+Green+Blue) = 238+210+64=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 64 (25.39% from 255 or 12.5% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED240 is #112DBF. Grayscale: #CACACA. Windows color (decimal): -1125824 or 4248302. OLE color: 4248302.

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

Color convert

RGB 238 210 64 -
CMYK 0 0.12 0.73 0.07
HSL 50.34º 0.84% 0.59% -
HSV(B) 50.34º 0.73% 0.93% -
XYZ 59.23 64.64 14.21 -
YUV 201.73 50.28 153.87 -
System Red Green Blue C M Y K H S L
Decimal 238 210 64 0 0.12 0.73 0.07 50.34 0.84 0.59
Hex EE D2 40 0 C 49 7 32 54 3B
Octal 356 322 100 0 14 111 7 62 124 73
Binary 11101110 11010010 1000000 0 1100 1001001 111 110010 1010100 111011

Color Harmonies of #EED240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED240

Black with #EED240

Text Example


Text Example

White with #EED240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED240; }

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

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

background-color css

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

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

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

border-color css

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

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

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