#E7CA40

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

Shades of Festival #E7CA40

Tints of Festival #E7CA40

Color information

#E7CA40 (or 0xE7CA40) is unknown color: approx Festival. HEX triplet: E7, CA and 40. RGB value is (231,202,64). Sum of RGB (Red+Green+Blue) = 231+202+64=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA40 is #1835BF. Grayscale: #C3C3C3. Windows color (decimal): -1586624 or 4246247. OLE color: 4246247.

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

Color convert

RGB23120264-
CMYK00.130.720.09
HSL49.58º77.67%57.84%-
HSV(B)49.58º72.29%90.59%-
XYZ5559.613.46-
YUV194.9454.11153.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.48%
GREEN value IS 202 (79.30% from 255) = 40.64%
BLUE value IS 64 (25.39% from 255) = 12.88%
R=46.48%
G=40.64%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312026400.130.720.0949.5877.6757.84
HexE7CA400D489324e3a
Octal347312100015110116211672
Binary1110011111001010100000001101100100010011100101001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA40; }

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

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

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

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

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

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

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

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