#EAC150

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

Shades of Cream Can #EAC150

Tints of Cream Can #EAC150

Color information

#EAC150 (or 0xEAC150) is unknown color: approx Cream Can. HEX triplet: EA, C1 and 50. RGB value is (234,193,80). Sum of RGB (Red+Green+Blue) = 234+193+80=507 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.15% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC150 is #153EAF. Grayscale: #C0C0C0. Windows color (decimal): -1392304 or 5292522. OLE color: 5292522.

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

Color convert

RGB23419380-
CMYK00.180.660.08
HSL44.03º78.57%61.57%-
HSV(B)44.03º65.81%91.76%-
XYZ54.4556.2115.57-
YUV192.3864.58157.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.15%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 80 (31.64% from 255) = 15.78%
R=46.15%
G=38.07%
B=15.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341938000.180.660.0844.0378.5761.57
HexEAC1500124282c4f3e
Octal352301120022102105411776
Binary11101010110000011010000010010100001010001011001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC150; }

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

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

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

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

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

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

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

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