Html Css Color HEX #EAC260 Cream Can

📋 copy color: '#EAC260'

red 234 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #EAC260

Tints of Cream Can #EAC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.02%

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

R = 44.66%
G = 37.02%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAC260 (or 0xEAC260) is known color: Cream Can. HEX triplet: EA, C2 and 60. RGB value is (234,194,96). Sum of RGB (Red+Green+Blue) = 234+194+96=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC260 is #153D9F. Grayscale: #C3C3C3. Windows color (decimal): -1392032 or 6341354. OLE color: 6341354.

HSL color Cylindrical-coordinate representation of color #EAC260: hue angle of 42.61º 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 #EAC260 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 194 96 -
CMYK 0 0.17 0.59 0.08
HSL 42.61º 0.77% 0.65% -
HSV(B) 42.61º 0.59% 0.92% -
XYZ 55.33 56.92 19.14 -
YUV 194.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 234 194 96 0 0.17 0.59 0.08 42.61 0.77 0.65
Hex EA C2 60 0 11 3B 8 2B 4D 41
Octal 352 302 140 0 21 73 10 53 115 101
Binary 11101010 11000010 1100000 0 10001 111011 1000 101011 1001101 1000001

Color Harmonies of #EAC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC260

Black with #EAC260

Text Example


Text Example

White with #EAC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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