#EAC45D

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

Shades of Cream Can #EAC45D

Tints of Cream Can #EAC45D

Color information

#EAC45D (or 0xEAC45D) is unknown color: approx Cream Can. HEX triplet: EA, C4 and 5D. RGB value is (234,196,93). Sum of RGB (Red+Green+Blue) = 234+196+93=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC45D is #153BA2. Grayscale: #C4C4C4. Windows color (decimal): -1391523 or 6145258. OLE color: 6145258.

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

Color convert

RGB23419693-
CMYK00.160.600.08
HSL43.83º77.05%64.12%-
HSV(B)43.83º60.26%91.76%-
XYZ55.6557.7618.57-
YUV195.6270.09155.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 93 (36.72% from 255) = 17.78%
R=44.74%
G=37.48%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341969300.160.600.0843.8377.0564.12
HexEAC45D0103C82c4d40
Octal352304135020741054115100
Binary11101010110001001011101010000111100100010110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC45D; }

 p { color: rgb(234,196,93); }

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

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

 a { background-color: rgb(234,196,93); }

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

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

 span { border-color: rgb(234,196,93); }

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