Html Css Color HEX #EBC260 Cream Can

📋 copy color: '#EBC260'

red 235 ◦ green 194 ◦ blue 96

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

Shades of Cream Can #EBC260

Tints of Cream Can #EBC260

RGB

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

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

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

R = 44.76%
G = 36.95%
B = 18.29%

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

#EBC260 (or 0xEBC260) is known color: Cream Can. HEX triplet: EB, C2 and 60. RGB value is (235,194,96). Sum of RGB (Red+Green+Blue) = 235+194+96=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 96 (37.89% from 255 or 18.29% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC260 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC260 is #143D9F. Grayscale: #C3C3C3. Windows color (decimal): -1326496 or 6341355. OLE color: 6341355.

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

Color convert

RGB 235 194 96 -
CMYK 0 0.17 0.59 0.08
HSL 42.3º 0.78% 0.65% -
HSV(B) 42.3º 0.59% 0.92% -
XYZ 55.66 57.09 19.15 -
YUV 195.09 72.08 156.47 -
System Red Green Blue C M Y K H S L
Decimal 235 194 96 0 0.17 0.59 0.08 42.3 0.78 0.65
Hex EB C2 60 0 11 3B 8 2A 4E 41
Octal 353 302 140 0 21 73 10 52 116 101
Binary 11101011 11000010 1100000 0 10001 111011 1000 101010 1001110 1000001

Color Harmonies of #EBC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC260

Black with #EBC260

Text Example


Text Example

White with #EBC260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC260; }

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

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

background-color css

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

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

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

border-color css

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

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

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