#E0BF69

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

Shades of Chenin #E0BF69

Tints of Chenin #E0BF69

Color information

#E0BF69 (or 0xE0BF69) is unknown color: approx Chenin. HEX triplet: E0, BF and 69. RGB value is (224,191,105). Sum of RGB (Red+Green+Blue) = 224+191+105=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF69 is #1F4096. Grayscale: #BFBFBF. Windows color (decimal): -2048151 or 6930400. OLE color: 6930400.

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

Color convert

RGB224191105-
CMYK00.150.530.12
HSL43.36º65.75%64.51%-
HSV(B)43.36º53.12%87.84%-
XYZ51.9254.1321.08-
YUV191.0679.43151.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.08%
GREEN value IS 191 (75% from 255) = 36.73%
BLUE value IS 105 (41.41% from 255) = 20.19%
R=43.08%
G=36.73%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419110500.150.530.1243.3665.7564.51
HexE0BF690F35C2b4241
Octal340277151017651453102101
Binary1110000010111111110100101111110101110010101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF69; }

 p { color: rgb(224,191,105); }

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

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

 a { background-color: rgb(224,191,105); }

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

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

 span { border-color: rgb(224,191,105); }

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