Html Css Color HEX #EAC160 Cream Can

📋 copy color: '#EAC160'

red 234 ◦ green 193 ◦ blue 96

#EAC160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cream Can #EAC160

Tints of Cream Can #EAC160

RGB

 RED value IS 234 (91.8% from 255) = 44.74%

 GREEN value IS 193 (75.78% from 255) = 36.9%

 BLUE value IS 96 (37.89% from 255) = 18.36%

R = 44.74%
G = 36.9%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC160 (or 0xEAC160) is known color: Cream Can. HEX triplet: EA, C1 and 60. RGB value is (234,193,96). Sum of RGB (Red+Green+Blue) = 234+193+96=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC160 is #153E9F. Grayscale: #C2C2C2. Windows color (decimal): -1392288 or 6341098. OLE color: 6341098.

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

Color convert

RGB 234 193 96 -
CMYK 0 0.18 0.59 0.08
HSL 42.17º 0.77% 0.65% -
HSV(B) 42.17º 0.59% 0.92% -
XYZ 55.11 56.48 19.06 -
YUV 194.2 72.58 156.39 -
System Red Green Blue C M Y K H S L
Decimal 234 193 96 0 0.18 0.59 0.08 42.17 0.77 0.65
Hex EA C1 60 0 12 3B 8 2A 4D 41
Octal 352 301 140 0 22 73 10 52 115 101
Binary 11101010 11000001 1100000 0 10010 111011 1000 101010 1001101 1000001

Color Harmonies of #EAC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC160

Black with #EAC160

Text Example


Text Example

White with #EAC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC160; }

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

 H1.HeaderClassName
 {
   color: #EAC160;
 }
 .AnyTagClassName
 {
   color: #EAC160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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