#E4CB53

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

Shades of Festival #E4CB53

Tints of Festival #E4CB53

Color information

#E4CB53 (or 0xE4CB53) is unknown color: approx Festival. HEX triplet: E4, CB and 53. RGB value is (228,203,83). Sum of RGB (Red+Green+Blue) = 228+203+83=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CB53 is #1B34AC. Grayscale: #C5C5C5. Windows color (decimal): -1782957 or 5491684. OLE color: 5491684.

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

Color convert

RGB22820383-
CMYK00.110.640.11
HSL49.66º72.86%60.98%-
HSV(B)49.66º63.6%89.41%-
XYZ54.9159.8316.84-
YUV196.7963.78150.26-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 44.36%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 83 (32.81% from 255) = 16.15%
R=44.36%
G=39.49%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282038300.110.640.1149.6672.8660.98
HexE4CB530B40B32493d
Octal344313123013100136211175
Binary1110010011001011101001101011100000010111100101001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4CB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4CB53; }

 p { color: rgb(228,203,83); }

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

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

 a { background-color: rgb(228,203,83); }

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

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

 span { border-color: rgb(228,203,83); }

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