#E5BF74

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

Shades of Chenin #E5BF74

Tints of Chenin #E5BF74

Color information

#E5BF74 (or 0xE5BF74) is unknown color: approx Chenin. HEX triplet: E5, BF and 74. RGB value is (229,191,116). Sum of RGB (Red+Green+Blue) = 229+191+116=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BF74 is #1A408B. Grayscale: #C2C2C2. Windows color (decimal): -1720460 or 7651301. OLE color: 7651301.

HSL color Cylindrical-coordinate representation of color #E5BF74: hue angle of 39.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E5BF74 is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB229191116-
CMYK00.170.490.10
HSL39.82º68.48%67.65%-
HSV(B)39.82º49.34%89.8%-
XYZ54.155.1824.32-
YUV193.8184.09153.1-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.72%
GREEN value IS 191 (75% from 255) = 35.63%
BLUE value IS 116 (45.70% from 255) = 21.64%
R=42.72%
G=35.63%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919111600.170.490.1039.8268.4867.65
HexE5BF7401131A284444
Octal345277164021611250104104
Binary11100101101111111110100010001110001101010100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BF74; }

 p { color: rgb(229,191,116); }

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

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

 a { background-color: rgb(229,191,116); }

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

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

 span { border-color: rgb(229,191,116); }

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