#E7CA46

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

Shades of Festival #E7CA46

Tints of Festival #E7CA46

Color information

#E7CA46 (or 0xE7CA46) is unknown color: approx Festival. HEX triplet: E7, CA and 46. RGB value is (231,202,70). Sum of RGB (Red+Green+Blue) = 231+202+70=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 202 (79.30% from 255 or 40.16% from 503); Blue value is 70 (27.73% from 255 or 13.92% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CA46 is #1835B9. Grayscale: #C4C4C4. Windows color (decimal): -1586618 or 4639463. OLE color: 4639463.

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

Color convert

RGB23120270-
CMYK00.130.700.09
HSL49.19º77.03%59.02%-
HSV(B)49.19º69.7%90.59%-
XYZ55.1859.6714.4-
YUV195.6257.11153.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 202 (79.30% from 255) = 40.16%
BLUE value IS 70 (27.73% from 255) = 13.92%
R=45.92%
G=40.16%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312027000.130.700.0949.1977.0359.02
HexE7CA460D469314d3b
Octal347312106015106116111573
Binary1110011111001010100011001101100011010011100011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA46; }

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

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

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

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

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

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

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

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