#E0BB78

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

Shades of Chalky #E0BB78

Tints of Chalky #E0BB78

Color information

#E0BB78 (or 0xE0BB78) is unknown color: approx Chalky. HEX triplet: E0, BB and 78. RGB value is (224,187,120). Sum of RGB (Red+Green+Blue) = 224+187+120=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 120 (47.27% from 255 or 22.60% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BB78 is #1F4487. Grayscale: #BEBEBE. Windows color (decimal): -2049160 or 7912416. OLE color: 7912416.

HSL color Cylindrical-coordinate representation of color #E0BB78: hue angle of 38.65º 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 #E0BB78 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224187120-
CMYK00.170.460.12
HSL38.65º62.65%67.45%-
HSV(B)38.65º46.43%87.84%-
XYZ51.952.7425.21-
YUV190.4288.26151.95-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 120 (47.27% from 255) = 22.60%
R=42.18%
G=35.22%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418712000.170.460.1238.6562.6567.45
HexE0BB780112EC273f43
Octal34027317002156144777103
Binary1110000010111011111100001000110111011001001111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BB78; }

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

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

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

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

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

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

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

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