Html Css Color HEX #EBC060 Cream Can

📋 copy color: '#EBC060'

red 235 ◦ green 192 ◦ blue 96

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

Shades of Cream Can #EBC060

Tints of Cream Can #EBC060

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.71%

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

R = 44.93%
G = 36.71%
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

#EBC060 (or 0xEBC060) is known color: Cream Can. HEX triplet: EB, C0 and 60. RGB value is (235,192,96). Sum of RGB (Red+Green+Blue) = 235+192+96=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC060 is #143F9F. Grayscale: #C2C2C2. Windows color (decimal): -1327008 or 6340843. OLE color: 6340843.

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

Color convert

RGB 235 192 96 -
CMYK 0 0.18 0.59 0.08
HSL 41.44º 0.78% 0.65% -
HSV(B) 41.44º 0.59% 0.92% -
XYZ 55.22 56.21 19 -
YUV 193.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 235 192 96 0 0.18 0.59 0.08 41.44 0.78 0.65
Hex EB C0 60 0 12 3B 8 29 4E 41
Octal 353 300 140 0 22 73 10 51 116 101
Binary 11101011 11000000 1100000 0 10010 111011 1000 101001 1001110 1000001

Color Harmonies of #EBC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC060

Black with #EBC060

Text Example


Text Example

White with #EBC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC060; }

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

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

background-color css

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

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

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

border-color css

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

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

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