#E7CD40

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

Shades of Festival #E7CD40

Tints of Festival #E7CD40

Color information

#E7CD40 (or 0xE7CD40) is unknown color: approx Festival. HEX triplet: E7, CD and 40. RGB value is (231,205,64). Sum of RGB (Red+Green+Blue) = 231+205+64=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CD40 is #1832BF. Grayscale: #C5C5C5. Windows color (decimal): -1585856 or 4247015. OLE color: 4247015.

HSL color Cylindrical-coordinate representation of color #E7CD40: hue angle of 50.66º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E7CD40 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23120564-
CMYK00.110.720.09
HSL50.66º77.67%57.84%-
HSV(B)50.66º72.29%90.59%-
XYZ55.7161.0213.69-
YUV196.753.11152.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.2%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=46.2%
G=41%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312056400.110.720.0950.6677.6757.84
HexE7CD400B489334e3a
Octal347315100013110116311672
Binary1110011111001101100000001011100100010011100111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD40; }

 p { color: rgb(231,205,64); }

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

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

 a { background-color: rgb(231,205,64); }

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

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

 span { border-color: rgb(231,205,64); }

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