#EDCB4E

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

Shades of Festival #EDCB4E

Tints of Festival #EDCB4E

Color information

#EDCB4E (or 0xEDCB4E) is unknown color: approx Festival. HEX triplet: ED, CB and 4E. RGB value is (237,203,78). Sum of RGB (Red+Green+Blue) = 237+203+78=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB4E is #1234B1. Grayscale: #C7C7C7. Windows color (decimal): -1193138 or 5164013. OLE color: 5164013.

HSL color Cylindrical-coordinate representation of color #EDCB4E: hue angle of 47.17º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDCB4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB23720378-
CMYK00.140.670.07
HSL47.17º81.54%61.76%-
HSV(B)47.17º67.09%92.94%-
XYZ57.6661.2715.99-
YUV198.9259.76155.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 203 (79.69% from 255) = 39.19%
BLUE value IS 78 (30.86% from 255) = 15.06%
R=45.75%
G=39.19%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372037800.140.670.0747.1781.5461.76
HexEDCB4E0E4372f523e
Octal35531311601610375712276
Binary111011011100101110011100111010000111111011111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB4E; }

 p { color: rgb(237,203,78); }

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

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

 a { background-color: rgb(237,203,78); }

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

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

 span { border-color: rgb(237,203,78); }

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