#EDD742

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

Shades of Festival #EDD742

Tints of Festival #EDD742

Color information

#EDD742 (or 0xEDD742) is unknown color: approx Festival. HEX triplet: ED, D7 and 42. RGB value is (237,215,66). Sum of RGB (Red+Green+Blue) = 237+215+66=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD742 is #1228BD. Grayscale: #CDCDCD. Windows color (decimal): -1190078 or 4380653. OLE color: 4380653.

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

Color convert

RGB23721566-
CMYK00.090.720.07
HSL52.28º82.61%59.41%-
HSV(B)52.28º72.15%92.94%-
XYZ60.216714.91-
YUV204.5949.79151.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 66 (26.17% from 255) = 12.74%
R=45.75%
G=41.51%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372156600.090.720.0752.2882.6159.41
HexEDD7420948734533b
Octal35532710201111076412373
Binary111011011101011110000100100110010001111101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD742; }

 p { color: rgb(237,215,66); }

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

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

 a { background-color: rgb(237,215,66); }

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

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

 span { border-color: rgb(237,215,66); }

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