#E7CE42

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

Shades of Festival #E7CE42

Tints of Festival #E7CE42

Color information

#E7CE42 (or 0xE7CE42) is unknown color: approx Festival. HEX triplet: E7, CE and 42. RGB value is (231,206,66). Sum of RGB (Red+Green+Blue) = 231+206+66=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CE42 is #1831BD. Grayscale: #C6C6C6. Windows color (decimal): -1585598 or 4378343. OLE color: 4378343.

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

Color convert

RGB23120666-
CMYK00.110.710.09
HSL50.91º77.46%58.24%-
HSV(B)50.91º71.43%90.59%-
XYZ56.0161.5214.08-
YUV197.5253.78151.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 206 (80.86% from 255) = 40.95%
BLUE value IS 66 (26.17% from 255) = 13.12%
R=45.92%
G=40.95%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312066600.110.710.0950.9177.4658.24
HexE7CE420B479334d3a
Octal347316102013107116311572
Binary1110011111001110100001001011100011110011100111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE42; }

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

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

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

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

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

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

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

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