#E7CA4E

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

Shades of Festival #E7CA4E

Tints of Festival #E7CA4E

Color information

#E7CA4E (or 0xE7CA4E) is unknown color: approx Festival. HEX triplet: E7, CA and 4E. RGB value is (231,202,78). Sum of RGB (Red+Green+Blue) = 231+202+78=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA4E is #1835B1. Grayscale: #C5C5C5. Windows color (decimal): -1586610 or 5163751. OLE color: 5163751.

HSL color Cylindrical-coordinate representation of color #E7CA4E: hue angle of 48.63º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7CA4E is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB23120278-
CMYK00.130.660.09
HSL48.63º76.12%60.59%-
HSV(B)48.63º66.23%90.59%-
XYZ55.4559.7815.82-
YUV196.5461.11152.58-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 78 (30.86% from 255) = 15.26%
R=45.21%
G=39.53%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312027800.130.660.0948.6376.1260.59
HexE7CA4E0D429314c3d
Octal347312116015102116111475
Binary1110011111001010100111001101100001010011100011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA4E; }

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

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

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

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

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

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

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

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