#E0BF65

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

Shades of Chenin #E0BF65

Tints of Chenin #E0BF65

Color information

#E0BF65 (or 0xE0BF65) is unknown color: approx Chenin. HEX triplet: E0, BF and 65. RGB value is (224,191,101). Sum of RGB (Red+Green+Blue) = 224+191+101=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BF65 is #1F409A. Grayscale: #BFBFBF. Windows color (decimal): -2048155 or 6668256. OLE color: 6668256.

HSL color Cylindrical-coordinate representation of color #E0BF65: hue angle of 43.9º 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 #E0BF65 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB224191101-
CMYK00.150.550.12
HSL43.9º66.49%63.73%-
HSV(B)43.9º54.91%87.84%-
XYZ51.7254.0520.02-
YUV190.6177.43151.82-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 101 (39.84% from 255) = 19.57%
R=43.41%
G=37.02%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419110100.150.550.1243.966.4963.73
HexE0BF650F37C2c4240
Octal340277145017671454102100
Binary1110000010111111110010101111110111110010110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BF65; }

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

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

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

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

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

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

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

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