#E1BE80

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

Shades of Chalky #E1BE80

Tints of Chalky #E1BE80

Color information

#E1BE80 (or 0xE1BE80) is unknown color: approx Chalky. HEX triplet: E1, BE and 80. RGB value is (225,190,128). Sum of RGB (Red+Green+Blue) = 225+190+128=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BE80 is #1E417F. Grayscale: #C1C1C1. Windows color (decimal): -1982848 or 8437473. OLE color: 8437473.

HSL color Cylindrical-coordinate representation of color #E1BE80: hue angle of 38.35º degrees, saturation: 0.62, 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 #E1BE80 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB225190128-
CMYK00.160.430.12
HSL38.35º61.78%69.22%-
HSV(B)38.35º43.11%88.24%-
XYZ53.3654.3928.11-
YUV193.491.1150.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.44%
GREEN value IS 190 (74.61% from 255) = 34.99%
BLUE value IS 128 (50.39% from 255) = 23.57%
R=41.44%
G=34.99%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519012800.160.430.1238.3561.7869.22
HexE1BE800102BC263e45
Octal34127620002053144676105
Binary11100001101111101000000001000010101111001001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE80; }

 p { color: rgb(225,190,128); }

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

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

 a { background-color: rgb(225,190,128); }

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

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

 span { border-color: rgb(225,190,128); }

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