#EAC55A

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

Shades of Cream Can #EAC55A

Tints of Cream Can #EAC55A

Color information

#EAC55A (or 0xEAC55A) is unknown color: approx Cream Can. HEX triplet: EA, C5 and 5A. RGB value is (234,197,90). Sum of RGB (Red+Green+Blue) = 234+197+90=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 90 (35.55% from 255 or 17.27% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC55A is #153AA5. Grayscale: #C4C4C4. Windows color (decimal): -1391270 or 5948906. OLE color: 5948906.

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

Color convert

RGB23419790-
CMYK00.160.620.08
HSL44.58º77.42%63.53%-
HSV(B)44.58º61.54%91.76%-
XYZ55.7458.1617.96-
YUV195.8668.26155.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 90 (35.55% from 255) = 17.27%
R=44.91%
G=37.81%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341979000.160.620.0844.5877.4263.53
HexEAC55A0103E82d4d40
Octal352305132020761055115100
Binary11101010110001011011010010000111110100010110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC55A; }

 p { color: rgb(234,197,90); }

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

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

 a { background-color: rgb(234,197,90); }

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

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

 span { border-color: rgb(234,197,90); }

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