#EED740

Color #EED740 Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #EED740

Tints of Festival #EED740

Color information

#EED740 (or 0xEED740) is unknown color: approx Festival. HEX triplet: EE, D7 and 40. RGB value is (238,215,64). Sum of RGB (Red+Green+Blue) = 238+215+64=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED740 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED740 is #1128BF. Grayscale: #CDCDCD. Windows color (decimal): -1124544 or 4249582. OLE color: 4249582.

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

Color convert

RGB23821564-
CMYK00.100.730.07
HSL52.07º83.65%59.22%-
HSV(B)52.07º73.11%93.33%-
XYZ60.4967.1514.62-
YUV204.6648.62151.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 215 (84.38% from 255) = 41.59%
BLUE value IS 64 (25.39% from 255) = 12.38%
R=46.03%
G=41.59%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382156400.100.730.0752.0783.6559.22
HexEED7400A49734543b
Octal35632710001211176412473
Binary111011101101011110000000101010010011111101001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED740; }

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

 H1.HeaderClassName
 {
   color: #EED740;
 }
 .AnyTagClassName
 {
   color: #EED740;
 }
</style>
background-color css

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

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

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

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

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

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