Html Css Color HEX #EBC360 Cream Can

📋 copy color: '#EBC360'

red 235 ◦ green 195 ◦ blue 96

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

Shades of Cream Can #EBC360

Tints of Cream Can #EBC360

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

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

R = 44.68%
G = 37.07%
B = 18.25%

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

#EBC360 (or 0xEBC360) is known color: Cream Can. HEX triplet: EB, C3 and 60. RGB value is (235,195,96). Sum of RGB (Red+Green+Blue) = 235+195+96=526 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.68% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC360 is #143C9F. Grayscale: #C4C4C4. Windows color (decimal): -1326240 or 6341611. OLE color: 6341611.

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

Color convert

RGB 235 195 96 -
CMYK 0 0.17 0.59 0.08
HSL 42.73º 0.78% 0.65% -
HSV(B) 42.73º 0.59% 0.92% -
XYZ 55.89 57.54 19.23 -
YUV 195.67 71.75 156.05 -
System Red Green Blue C M Y K H S L
Decimal 235 195 96 0 0.17 0.59 0.08 42.73 0.78 0.65
Hex EB C3 60 0 11 3B 8 2B 4E 41
Octal 353 303 140 0 21 73 10 53 116 101
Binary 11101011 11000011 1100000 0 10001 111011 1000 101011 1001110 1000001

Color Harmonies of #EBC360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC360

Black with #EBC360

Text Example


Text Example

White with #EBC360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC360; }

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

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

background-color css

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

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

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

border-color css

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

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

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