#E7CA54

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

Shades of Festival #E7CA54

Tints of Festival #E7CA54

Color information

#E7CA54 (or 0xE7CA54) is unknown color: approx Festival. HEX triplet: E7, CA and 54. RGB value is (231,202,84). Sum of RGB (Red+Green+Blue) = 231+202+84=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CA54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CA54 is #1835AB. Grayscale: #C5C5C5. Windows color (decimal): -1586604 or 5556967. OLE color: 5556967.

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

Color convert

RGB23120284-
CMYK00.130.640.09
HSL48.16º75.38%61.76%-
HSV(B)48.16º63.64%90.59%-
XYZ55.6859.8717.01-
YUV197.2264.11152.09-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.68%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 84 (33.20% from 255) = 16.25%
R=44.68%
G=39.07%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312028400.130.640.0948.1675.3861.76
HexE7CA540D409304b3e
Octal347312124015100116011376
Binary1110011111001010101010001101100000010011100001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CA54; }

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

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

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

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

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

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

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

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