#eac25c

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

Shades of Cream Can #EAC25C

Tints of Cream Can #EAC25C

Color information

#EAC25C (or 0xEAC25C) is unknown color: approx Cream Can. HEX triplet: EA, C2 and 5C. RGB value is (234,194,92). Sum of RGB (Red+Green+Blue) = 234+194+92=520 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC25C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC25C is #153DA3. Grayscale: #C2C2C2. Windows color (decimal): -1392036 or 6079210. OLE color: 6079210.

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

Color convert

RGB23419492-
CMYK00.170.610.08
HSL43.1º77.17%63.92%-
HSV(B)43.1º60.68%91.76%-
XYZ55.1656.8518.19-
YUV194.3370.25156.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45%
GREEN value IS 194 (76.17% from 255) = 37.31%
BLUE value IS 92 (36.33% from 255) = 17.69%
R=45%
G=37.31%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341949200.170.610.0843.177.1763.92
HexEAC25C0113D82b4d40
Octal352302134021751053115100
Binary11101010110000101011100010001111101100010101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eac25c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eac25c; }

 p { color: rgb(234,194,92); }

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

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

 a { background-color: rgb(234,194,92); }

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

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

 span { border-color: rgb(234,194,92); }

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