#E1BD78

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

Shades of Chalky #E1BD78

Tints of Chalky #E1BD78

Color information

#E1BD78 (or 0xE1BD78) is unknown color: approx Chalky. HEX triplet: E1, BD and 78. RGB value is (225,189,120). Sum of RGB (Red+Green+Blue) = 225+189+120=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BD78 is #1E4287. Grayscale: #C0C0C0. Windows color (decimal): -1983112 or 7912929. OLE color: 7912929.

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

Color convert

RGB225189120-
CMYK00.160.470.12
HSL39.43º63.64%67.65%-
HSV(B)39.43º46.67%88.24%-
XYZ52.6453.7625.37-
YUV191.987.43151.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=42.13%
G=35.39%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22518912000.160.470.1239.4363.6467.65
HexE1BD780102FC274044
Octal341275170020571447100104
Binary11100001101111011111000010000101111110010011110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BD78; }

 p { color: rgb(225,189,120); }

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

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

 a { background-color: rgb(225,189,120); }

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

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

 span { border-color: rgb(225,189,120); }

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