#e0bd76

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

Shades of Chenin #E0BD76

Tints of Chenin #E0BD76

Color information

#E0BD76 (or 0xE0BD76) is unknown color: approx Chenin. HEX triplet: E0, BD and 76. RGB value is (224,189,118). Sum of RGB (Red+Green+Blue) = 224+189+118=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BD76 is #1F4289. Grayscale: #BFBFBF. Windows color (decimal): -2048650 or 7781856. OLE color: 7781856.

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

Color convert

RGB224189118-
CMYK00.160.470.12
HSL40.19º63.1%67.06%-
HSV(B)40.19º47.32%87.84%-
XYZ52.2153.5524.72-
YUV191.3786.6151.27-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.18%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 118 (46.48% from 255) = 22.22%
R=42.18%
G=35.59%
B=22.22%

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
Decimal22418911800.160.470.1240.1963.167.06
HexE0BD760102FC283f43
Octal34027516602057145077103
Binary1110000010111101111011001000010111111001010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0bd76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0bd76; }

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

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

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

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

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

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

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

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