#EAC055

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

Shades of Cream Can #EAC055

Tints of Cream Can #EAC055

Color information

#EAC055 (or 0xEAC055) is unknown color: approx Cream Can. HEX triplet: EA, C0 and 55. RGB value is (234,192,85). Sum of RGB (Red+Green+Blue) = 234+192+85=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC055 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC055 is #153FAA. Grayscale: #C0C0C0. Windows color (decimal): -1392555 or 5619946. OLE color: 5619946.

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

Color convert

RGB23419285-
CMYK00.180.640.08
HSL43.09º78.01%62.55%-
HSV(B)43.09º63.68%91.76%-
XYZ54.4255.8516.51-
YUV192.3667.41157.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.79%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=45.79%
G=37.57%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341928500.180.640.0843.0978.0162.55
HexEAC0550124082b4e3f
Octal352300125022100105311677
Binary11101010110000001010101010010100000010001010111001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC055; }

 p { color: rgb(234,192,85); }

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

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

 a { background-color: rgb(234,192,85); }

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

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

 span { border-color: rgb(234,192,85); }

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