#E7CC46

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

Shades of Festival #E7CC46

Tints of Festival #E7CC46

Color information

#E7CC46 (or 0xE7CC46) is unknown color: approx Festival. HEX triplet: E7, CC and 46. RGB value is (231,204,70). Sum of RGB (Red+Green+Blue) = 231+204+70=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CC46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CC46 is #1833B9. Grayscale: #C5C5C5. Windows color (decimal): -1586106 or 4639975. OLE color: 4639975.

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

Color convert

RGB23120470-
CMYK00.120.700.09
HSL49.94º77.03%59.02%-
HSV(B)49.94º69.7%90.59%-
XYZ55.6560.6214.56-
YUV196.856.45152.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.74%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 70 (27.73% from 255) = 13.86%
R=45.74%
G=40.40%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312047000.120.700.0949.9477.0359.02
HexE7CC460C469324d3b
Octal347314106014106116211573
Binary1110011111001100100011001100100011010011100101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CC46; }

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

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

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

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

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

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

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

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