Html Css Color HEX #EBC495 New Tan

📋 copy color: '#EBC495'

red 235 ◦ green 196 ◦ blue 149

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

Shades of New Tan #EBC495

Tints of New Tan #EBC495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.79%

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 40.52%
G = 33.79%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EBC495 (or 0xEBC495) is known color: New Tan. HEX triplet: EB, C4 and 95. RGB value is (235,196,149). Sum of RGB (Red+Green+Blue) = 235+196+149=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC495 is #143B6A. Grayscale: #CACACA. Windows color (decimal): -1325931 or 9815275. OLE color: 9815275.

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

Color convert

RGB 235 196 149 -
CMYK 0 0.17 0.37 0.08
HSL 32.79º 0.68% 0.75% -
HSV(B) 32.79º 0.37% 0.92% -
XYZ 59.43 59.31 36.75 -
YUV 202.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 235 196 149 0 0.17 0.37 0.08 32.79 0.68 0.75
Hex EB C4 95 0 11 25 8 21 44 4B
Octal 353 304 225 0 21 45 10 41 104 113
Binary 11101011 11000100 10010101 0 10001 100101 1000 100001 1000100 1001011

Color Harmonies of #EBC495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC495

Black with #EBC495

Text Example


Text Example

White with #EBC495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC495; }

 p { color: rgb(235,196,149); }

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

background-color css

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

 a { background-color: rgb(235,196,149); }

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

border-color css

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

 span { border-color: rgb(235,196,149); }

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