#EAC152

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

Shades of Cream Can #EAC152

Tints of Cream Can #EAC152

Color information

#EAC152 (or 0xEAC152) is unknown color: approx Cream Can. HEX triplet: EA, C1 and 52. RGB value is (234,193,82). Sum of RGB (Red+Green+Blue) = 234+193+82=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC152 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC152 is #153EAD. Grayscale: #C1C1C1. Windows color (decimal): -1392302 or 5423594. OLE color: 5423594.

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

Color convert

RGB23419382-
CMYK00.180.650.08
HSL43.82º78.35%61.96%-
HSV(B)43.82º64.96%91.76%-
XYZ54.5256.2415.96-
YUV192.665.58157.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 82 (32.42% from 255) = 16.11%
R=45.97%
G=37.92%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341938200.180.650.0843.8278.3561.96
HexEAC1520124182c4e3e
Octal352301122022101105411676
Binary11101010110000011010010010010100000110001011001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC152; }

 p { color: rgb(234,193,82); }

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

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

 a { background-color: rgb(234,193,82); }

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

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

 span { border-color: rgb(234,193,82); }

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