#E7CC40

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

Shades of Festival #E7CC40

Tints of Festival #E7CC40

Color information

#E7CC40 (or 0xE7CC40) is unknown color: approx Festival. HEX triplet: E7, CC and 40. RGB value is (231,204,64). Sum of RGB (Red+Green+Blue) = 231+204+64=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC40 is #1833BF. Grayscale: #C4C4C4. Windows color (decimal): -1586112 or 4246759. OLE color: 4246759.

HSL color Cylindrical-coordinate representation of color #E7CC40: hue angle of 50.3º 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 #E7CC40 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23120464-
CMYK00.120.720.09
HSL50.3º77.67%57.84%-
HSV(B)50.3º72.29%90.59%-
XYZ55.4760.5413.61-
YUV196.1153.45152.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.29%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 64 (25.39% from 255) = 12.83%
R=46.29%
G=40.88%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312046400.120.720.0950.377.6757.84
HexE7CC400C489324e3a
Octal347314100014110116211672
Binary1110011111001100100000001100100100010011100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC40; }

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

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

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

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

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

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

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

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