#EAC158

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

Shades of Cream Can #EAC158

Tints of Cream Can #EAC158

Color information

#EAC158 (or 0xEAC158) is unknown color: approx Cream Can. HEX triplet: EA, C1 and 58. RGB value is (234,193,88). Sum of RGB (Red+Green+Blue) = 234+193+88=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 88 (34.77% from 255 or 17.09% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC158 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC158 is #153EA7. Grayscale: #C1C1C1. Windows color (decimal): -1392296 or 5816810. OLE color: 5816810.

HSL color Cylindrical-coordinate representation of color #EAC158: hue angle of 43.15º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EAC158 is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB23419388-
CMYK00.180.620.08
HSL43.15º77.66%63.14%-
HSV(B)43.15º62.39%91.76%-
XYZ54.7656.3417.22-
YUV193.2968.58157.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 193 (75.78% from 255) = 37.48%
BLUE value IS 88 (34.77% from 255) = 17.09%
R=45.44%
G=37.48%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341938800.180.620.0843.1577.6663.14
HexEAC1580123E82b4e3f
Octal35230113002276105311677
Binary1110101011000001101100001001011111010001010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC158; }

 p { color: rgb(234,193,88); }

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

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

 a { background-color: rgb(234,193,88); }

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

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

 span { border-color: rgb(234,193,88); }

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