#E8BF5C

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

Shades of Cream Can #E8BF5C

Tints of Cream Can #E8BF5C

Color information

#E8BF5C (or 0xE8BF5C) is unknown color: approx Cream Can. HEX triplet: E8, BF and 5C. RGB value is (232,191,92). Sum of RGB (Red+Green+Blue) = 232+191+92=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BF5C is #1740A3. Grayscale: #C0C0C0. Windows color (decimal): -1523876 or 6078440. OLE color: 6078440.

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

Color convert

RGB23219192-
CMYK00.180.600.09
HSL42.43º75.27%63.53%-
HSV(B)42.43º60.34%90.98%-
XYZ53.8455.1917.94-
YUV191.9771.58156.55-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.05%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 92 (36.33% from 255) = 17.86%
R=45.05%
G=37.09%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321919200.180.600.0942.4375.2763.53
HexE8BF5C0123C92a4b40
Octal350277134022741152113100
Binary11101000101111111011100010010111100100110101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BF5C; }

 p { color: rgb(232,191,92); }

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

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

 a { background-color: rgb(232,191,92); }

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

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

 span { border-color: rgb(232,191,92); }

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