#E7CE53

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

Shades of Festival #E7CE53

Tints of Festival #E7CE53

Color information

#E7CE53 (or 0xE7CE53) is unknown color: approx Festival. HEX triplet: E7, CE and 53. RGB value is (231,206,83). Sum of RGB (Red+Green+Blue) = 231+206+83=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CE53 is #1831AC. Grayscale: #C7C7C7. Windows color (decimal): -1585581 or 5492455. OLE color: 5492455.

HSL color Cylindrical-coordinate representation of color #E7CE53: hue angle of 49.86º degrees, saturation: 0.76, 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 #E7CE53 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB23120683-
CMYK00.110.640.09
HSL49.86º75.51%61.57%-
HSV(B)49.86º64.07%90.59%-
XYZ56.5961.7617.12-
YUV199.4562.28150.5-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.42%
GREEN value IS 206 (80.86% from 255) = 39.62%
BLUE value IS 83 (32.81% from 255) = 15.96%
R=44.42%
G=39.62%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312068300.110.640.0949.8675.5161.57
HexE7CE530B409324c3e
Octal347316123013100116211476
Binary1110011111001110101001101011100000010011100101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE53; }

 p { color: rgb(231,206,83); }

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

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

 a { background-color: rgb(231,206,83); }

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

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

 span { border-color: rgb(231,206,83); }

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