Html Css Color HEX #EBC295 New Tan

📋 copy color: '#EBC295'

red 235 ◦ green 194 ◦ blue 149

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

Shades of New Tan #EBC295

Tints of New Tan #EBC295

RGB

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

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

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

R = 40.66%
G = 33.56%
B = 25.78%

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

#EBC295 (or 0xEBC295) is known color: New Tan. HEX triplet: EB, C2 and 95. RGB value is (235,194,149). Sum of RGB (Red+Green+Blue) = 235+194+149=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 149 (58.59% from 255 or 25.78% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC295 is #143D6A. Grayscale: #C9C9C9. Windows color (decimal): -1326443 or 9814763. OLE color: 9814763.

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

Color convert

RGB 235 194 149 -
CMYK 0 0.17 0.37 0.08
HSL 31.4º 0.68% 0.75% -
HSV(B) 31.4º 0.37% 0.92% -
XYZ 58.98 58.42 36.6 -
YUV 201.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 235 194 149 0 0.17 0.37 0.08 31.4 0.68 0.75
Hex EB C2 95 0 11 25 8 1F 44 4B
Octal 353 302 225 0 21 45 10 37 104 113
Binary 11101011 11000010 10010101 0 10001 100101 1000 11111 1000100 1001011

Color Harmonies of #EBC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC295

Black with #EBC295

Text Example


Text Example

White with #EBC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC295; }

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

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

background-color css

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

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

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

border-color css

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

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

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