#E5CD53

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

Shades of Festival #E5CD53

Tints of Festival #E5CD53

Color information

#E5CD53 (or 0xE5CD53) is unknown color: approx Festival. HEX triplet: E5, CD and 53. RGB value is (229,205,83). Sum of RGB (Red+Green+Blue) = 229+205+83=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 83 (32.81% from 255 or 16.05% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD53 is #1A32AC. Grayscale: #C6C6C6. Windows color (decimal): -1716909 or 5492197. OLE color: 5492197.

HSL color Cylindrical-coordinate representation of color #E5CD53: hue angle of 50.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E5CD53 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB22920583-
CMYK00.100.640.10
HSL50.14º73.74%61.18%-
HSV(B)50.14º63.76%89.8%-
XYZ55.7160.9517.01-
YUV198.2762.95149.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.29%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 83 (32.81% from 255) = 16.05%
R=44.29%
G=39.65%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292058300.100.640.1050.1473.7461.18
HexE5CD530A40A324a3d
Octal345315123012100126211275
Binary1110010111001101101001101010100000010101100101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5CD53; }

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

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

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

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

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

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

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

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