#E4BF7B

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

Shades of Chalky #E4BF7B

Tints of Chalky #E4BF7B

Color information

#E4BF7B (or 0xE4BF7B) is unknown color: approx Chalky. HEX triplet: E4, BF and 7B. RGB value is (228,191,123). Sum of RGB (Red+Green+Blue) = 228+191+123=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BF7B is #1B4084. Grayscale: #C2C2C2. Windows color (decimal): -1785989 or 8110052. OLE color: 8110052.

HSL color Cylindrical-coordinate representation of color #E4BF7B: hue angle of 38.86º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E4BF7B is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB228191123-
CMYK00.160.460.11
HSL38.86º66.04%68.82%-
HSV(B)38.86º46.05%89.41%-
XYZ54.255.1926.53-
YUV194.3187.76152.03-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 42.07%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 123 (48.44% from 255) = 22.69%
R=42.07%
G=35.24%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819112300.160.460.1138.8666.0468.82
HexE4BF7B0102EB274245
Octal344277173020561347102105
Binary11100100101111111111011010000101110101110011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BF7B; }

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

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

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

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

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

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

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

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