#E0BD6E

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

Shades of Chenin #E0BD6E

Tints of Chenin #E0BD6E

Color information

#E0BD6E (or 0xE0BD6E) is unknown color: approx Chenin. HEX triplet: E0, BD and 6E. RGB value is (224,189,110). Sum of RGB (Red+Green+Blue) = 224+189+110=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD6E is #1F4291. Grayscale: #BEBEBE. Windows color (decimal): -2048658 or 7257568. OLE color: 7257568.

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

Color convert

RGB224189110-
CMYK00.160.510.12
HSL41.58º64.77%65.49%-
HSV(B)41.58º50.89%87.84%-
XYZ51.7553.3722.33-
YUV190.4682.6151.92-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.83%
GREEN value IS 189 (74.22% from 255) = 36.14%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=42.83%
G=36.14%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418911000.160.510.1241.5864.7765.49
HexE0BD6E01033C2a4141
Octal340275156020631452101101
Binary11100000101111011101110010000110011110010101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BD6E; }

 p { color: rgb(224,189,110); }

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

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

 a { background-color: rgb(224,189,110); }

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

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

 span { border-color: rgb(224,189,110); }

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