Html Css Color HEX #EBC256 Cream Can

📋 copy color: '#EBC256'

red 235 ◦ green 194 ◦ blue 86

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

Shades of Cream Can #EBC256

Tints of Cream Can #EBC256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.7%

R = 45.63%
G = 37.67%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EBC256 (or 0xEBC256) is known color: Cream Can. HEX triplet: EB, C2 and 56. RGB value is (235,194,86). Sum of RGB (Red+Green+Blue) = 235+194+86=515 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.63% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC256 is #143DA9. Grayscale: #C2C2C2. Windows color (decimal): -1326506 or 5685995. OLE color: 5685995.

HSL color Cylindrical-coordinate representation of color #EBC256: hue angle of 43.49º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBC256 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 194 86 -
CMYK 0 0.17 0.63 0.08
HSL 43.49º 0.79% 0.63% -
HSV(B) 43.49º 0.63% 0.92% -
XYZ 55.23 56.92 16.88 -
YUV 193.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 235 194 86 0 0.17 0.63 0.08 43.49 0.79 0.63
Hex EB C2 56 0 11 3F 8 2B 4F 3F
Octal 353 302 126 0 21 77 10 53 117 77
Binary 11101011 11000010 1010110 0 10001 111111 1000 101011 1001111 111111

Color Harmonies of #EBC256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC256

Black with #EBC256

Text Example


Text Example

White with #EBC256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC256; }

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

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

background-color css

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

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

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

border-color css

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

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

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