#E7CD53

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

Shades of Festival #E7CD53

Tints of Festival #E7CD53

Color information

#E7CD53 (or 0xE7CD53) is unknown color: approx Festival. HEX triplet: E7, CD and 53. RGB value is (231,205,83). Sum of RGB (Red+Green+Blue) = 231+205+83=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD53 is #1832AC. Grayscale: #C7C7C7. Windows color (decimal): -1585837 or 5492199. OLE color: 5492199.

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

Color convert

RGB23120583-
CMYK00.110.640.09
HSL49.46º75.51%61.57%-
HSV(B)49.46º64.07%90.59%-
XYZ56.3561.2817.04-
YUV198.8762.61150.92-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.51%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=44.51%
G=39.50%
B=15.99%

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
Decimal2312058300.110.640.0949.4675.5161.57
HexE7CD530B409314c3e
Octal347315123013100116111476
Binary1110011111001101101001101011100000010011100011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CD53; }

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

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

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

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

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

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

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

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