Html Css Color HEX #EBC155 Cream Can

📋 copy color: '#EBC155'

red 235 ◦ green 193 ◦ blue 85

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

Shades of Cream Can #EBC155

Tints of Cream Can #EBC155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.57%

R = 45.81%
G = 37.62%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EBC155 (or 0xEBC155) is known color: Cream Can. HEX triplet: EB, C1 and 55. RGB value is (235,193,85). Sum of RGB (Red+Green+Blue) = 235+193+85=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 85 (33.59% from 255 or 16.57% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC155 is #143EAA. Grayscale: #C1C1C1. Windows color (decimal): -1326763 or 5620203. OLE color: 5620203.

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

Color convert

RGB 235 193 85 -
CMYK 0 0.18 0.64 0.08
HSL 43.2º 0.79% 0.63% -
HSV(B) 43.2º 0.64% 0.92% -
XYZ 54.97 56.46 16.59 -
YUV 193.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 235 193 85 0 0.18 0.64 0.08 43.2 0.79 0.63
Hex EB C1 55 0 12 40 8 2B 4F 3F
Octal 353 301 125 0 22 100 10 53 117 77
Binary 11101011 11000001 1010101 0 10010 1000000 1000 101011 1001111 111111

Color Harmonies of #EBC155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC155

Black with #EBC155

Text Example


Text Example

White with #EBC155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC155; }

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

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

background-color css

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

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

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

border-color css

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

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

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