#E8C25F

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

Shades of Cream Can #E8C25F

Tints of Cream Can #E8C25F

Color information

#E8C25F (or 0xE8C25F) is unknown color: approx Cream Can. HEX triplet: E8, C2 and 5F. RGB value is (232,194,95). Sum of RGB (Red+Green+Blue) = 232+194+95=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8C25F is #173DA0. Grayscale: #C2C2C2. Windows color (decimal): -1523105 or 6275816. OLE color: 6275816.

HSL color Cylindrical-coordinate representation of color #E8C25F: hue angle of 43.36º degrees, saturation: 0.75, 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 #E8C25F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB23219495-
CMYK00.160.590.09
HSL43.36º74.86%64.12%-
HSV(B)43.36º59.05%90.98%-
XYZ54.6456.5718.87-
YUV194.0872.09155.05-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.53%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 95 (37.5% from 255) = 18.23%
R=44.53%
G=37.24%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321949500.160.590.0943.3674.8664.12
HexE8C25F0103B92b4b40
Octal350302137020731153113100
Binary11101000110000101011111010000111011100110101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8C25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8C25F; }

 p { color: rgb(232,194,95); }

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

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

 a { background-color: rgb(232,194,95); }

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

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

 span { border-color: rgb(232,194,95); }

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