#e0bd65

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

Shades of Chenin #E0BD65

Tints of Chenin #E0BD65

Color information

#E0BD65 (or 0xE0BD65) is unknown color: approx Chenin. HEX triplet: E0, BD and 65. RGB value is (224,189,101). Sum of RGB (Red+Green+Blue) = 224+189+101=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD65 is #1F429A. Grayscale: #BDBDBD. Windows color (decimal): -2048667 or 6667744. OLE color: 6667744.

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

Color convert

RGB224189101-
CMYK00.160.550.12
HSL42.93º66.49%63.73%-
HSV(B)42.93º54.91%87.84%-
XYZ51.2953.1819.87-
YUV189.4378.1152.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=43.58%
G=36.77%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418910100.160.550.1242.9366.4963.73
HexE0BD6501037C2b4240
Octal340275145020671453102100
Binary11100000101111011100101010000110111110010101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bd65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bd65; }

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

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

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

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

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

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

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

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