#E0BF7B

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

Shades of Chalky #E0BF7B

Tints of Chalky #E0BF7B

Color information

#E0BF7B (or 0xE0BF7B) is unknown color: approx Chalky. HEX triplet: E0, BF and 7B. RGB value is (224,191,123). Sum of RGB (Red+Green+Blue) = 224+191+123=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF7B is #1F4084. Grayscale: #C1C1C1. Windows color (decimal): -2048133 or 8110048. OLE color: 8110048.

HSL color Cylindrical-coordinate representation of color #E0BF7B: hue angle of 40.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E0BF7B is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB224191123-
CMYK00.150.450.12
HSL40.4º61.96%68.04%-
HSV(B)40.4º45.09%87.84%-
XYZ52.9554.5426.48-
YUV193.1188.43150.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 123 (48.44% from 255) = 22.86%
R=41.64%
G=35.50%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419112300.150.450.1240.461.9668.04
HexE0BF7B0F2DC283e44
Octal34027717301755145076104
Binary111000001011111111110110111110110111001010001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF7B; }

 p { color: rgb(224,191,123); }

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

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

 a { background-color: rgb(224,191,123); }

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

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

 span { border-color: rgb(224,191,123); }

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