Html Css Color HEX #EBC160 Cream Can

📋 copy color: '#EBC160'

red 235 ◦ green 193 ◦ blue 96

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

Shades of Cream Can #EBC160

Tints of Cream Can #EBC160

RGB

 RED value IS 235 (92.19% from 255) = 44.85%

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

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

R = 44.85%
G = 36.83%
B = 18.32%

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

#EBC160 (or 0xEBC160) is known color: Cream Can. HEX triplet: EB, C1 and 60. RGB value is (235,193,96). Sum of RGB (Red+Green+Blue) = 235+193+96=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC160 is #143E9F. Grayscale: #C2C2C2. Windows color (decimal): -1326752 or 6341099. OLE color: 6341099.

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

Color convert

RGB 235 193 96 -
CMYK 0 0.18 0.59 0.08
HSL 41.87º 0.78% 0.65% -
HSV(B) 41.87º 0.59% 0.92% -
XYZ 55.44 56.65 19.08 -
YUV 194.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 235 193 96 0 0.18 0.59 0.08 41.87 0.78 0.65
Hex EB C1 60 0 12 3B 8 2A 4E 41
Octal 353 301 140 0 22 73 10 52 116 101
Binary 11101011 11000001 1100000 0 10010 111011 1000 101010 1001110 1000001

Color Harmonies of #EBC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC160

Black with #EBC160

Text Example


Text Example

White with #EBC160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC160; }

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

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

background-color css

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

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

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

border-color css

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

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

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