#e9bf5f

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

Shades of Cream Can #E9BF5F

Tints of Cream Can #E9BF5F

Color information

#E9BF5F (or 0xE9BF5F) is unknown color: approx Cream Can. HEX triplet: E9, BF and 5F. RGB value is (233,191,95). Sum of RGB (Red+Green+Blue) = 233+191+95=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BF5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BF5F is #1640A0. Grayscale: #C1C1C1. Windows color (decimal): -1458337 or 6275049. OLE color: 6275049.

HSL color Cylindrical-coordinate representation of color #E9BF5F: hue angle of 41.74º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E9BF5F is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23319195-
CMYK00.180.590.09
HSL41.74º75.82%64.31%-
HSV(B)41.74º59.23%91.37%-
XYZ54.355.4118.66-
YUV192.6172.91156.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 95 (37.5% from 255) = 18.30%
R=44.89%
G=36.80%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331919500.180.590.0941.7475.8264.31
HexE9BF5F0123B92a4c40
Octal351277137022731152114100
Binary11101001101111111011111010010111011100110101010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e9bf5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e9bf5f; }

 p { color: rgb(233,191,95); }

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

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

 a { background-color: rgb(233,191,95); }

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

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

 span { border-color: rgb(233,191,95); }

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