#E0BC78

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

Shades of Chalky #E0BC78

Tints of Chalky #E0BC78

Color information

#E0BC78 (or 0xE0BC78) is unknown color: approx Chalky. HEX triplet: E0, BC and 78. RGB value is (224,188,120). Sum of RGB (Red+Green+Blue) = 224+188+120=532 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.11% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BC78 is #1F4387. Grayscale: #BFBFBF. Windows color (decimal): -2048904 or 7912672. OLE color: 7912672.

HSL color Cylindrical-coordinate representation of color #E0BC78: hue angle of 39.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0BC78 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224188120-
CMYK00.160.460.12
HSL39.23º62.65%67.45%-
HSV(B)39.23º46.43%87.84%-
XYZ52.1153.1725.29-
YUV191.0187.93151.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.11%
GREEN value IS 188 (73.83% from 255) = 35.34%
BLUE value IS 120 (47.27% from 255) = 22.56%
R=42.11%
G=35.34%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418812000.160.460.1239.2362.6567.45
HexE0BC780102EC273f43
Octal34027417002056144777103
Binary1110000010111100111100001000010111011001001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BC78; }

 p { color: rgb(224,188,120); }

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

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

 a { background-color: rgb(224,188,120); }

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

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

 span { border-color: rgb(224,188,120); }

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