#E7CC42

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

Shades of Festival #E7CC42

Tints of Festival #E7CC42

Color information

#E7CC42 (or 0xE7CC42) is unknown color: approx Festival. HEX triplet: E7, CC and 42. RGB value is (231,204,66). Sum of RGB (Red+Green+Blue) = 231+204+66=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 204 (80.08% from 255 or 40.72% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC42 is #1833BD. Grayscale: #C4C4C4. Windows color (decimal): -1586110 or 4377831. OLE color: 4377831.

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

Color convert

RGB23120466-
CMYK00.120.710.09
HSL50.18º77.46%58.24%-
HSV(B)50.18º71.43%90.59%-
XYZ55.5360.5713.92-
YUV196.3454.45152.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.11%
GREEN value IS 204 (80.08% from 255) = 40.72%
BLUE value IS 66 (26.17% from 255) = 13.17%
R=46.11%
G=40.72%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312046600.120.710.0950.1877.4658.24
HexE7CC420C479324d3a
Octal347314102014107116211572
Binary1110011111001100100001001100100011110011100101001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC42; }

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

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

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

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

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

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

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

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