#E0BF80

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

Shades of Chalky #E0BF80

Tints of Chalky #E0BF80

Color information

#E0BF80 (or 0xE0BF80) is unknown color: approx Chalky. HEX triplet: E0, BF and 80. RGB value is (224,191,128). Sum of RGB (Red+Green+Blue) = 224+191+128=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0BF80 is #1F407F. Grayscale: #C1C1C1. Windows color (decimal): -2048128 or 8437728. OLE color: 8437728.

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

Color convert

RGB224191128-
CMYK00.150.430.12
HSL39.38º60.76%69.02%-
HSV(B)39.38º42.86%87.84%-
XYZ53.2754.6728.17-
YUV193.6890.93149.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=41.25%
G=35.17%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419112800.150.430.1239.3860.7669.02
HexE0BF800F2BC273d45
Octal34027720001753144775105
Binary1110000010111111100000000111110101111001001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF80; }

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

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

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

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

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

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

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

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