#EAC045

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

Shades of Cream Can #EAC045

Tints of Cream Can #EAC045

Color information

#EAC045 (or 0xEAC045) is unknown color: approx Cream Can. HEX triplet: EA, C0 and 45. RGB value is (234,192,69). Sum of RGB (Red+Green+Blue) = 234+192+69=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 69 (27.34% from 255 or 13.94% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC045 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC045 is #153FBA. Grayscale: #BFBFBF. Windows color (decimal): -1392571 or 4571370. OLE color: 4571370.

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

Color convert

RGB23419269-
CMYK00.180.710.08
HSL44.73º79.71%59.41%-
HSV(B)44.73º70.51%91.76%-
XYZ53.8655.6213.53-
YUV190.5459.41159-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.27%
GREEN value IS 192 (75.39% from 255) = 38.79%
BLUE value IS 69 (27.34% from 255) = 13.94%
R=47.27%
G=38.79%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341926900.180.710.0844.7379.7159.41
HexEAC0450124782d503b
Octal352300105022107105512073
Binary11101010110000001000101010010100011110001011011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC045; }

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

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

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

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

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

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

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

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