Html Css Color HEX #EBC096 New Tan

📋 copy color: '#EBC096'

red 235 ◦ green 192 ◦ blue 150

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

Shades of New Tan #EBC096

Tints of New Tan #EBC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.28%

 BLUE value IS 150 (58.98% from 255) = 26%

R = 40.73%
G = 33.28%
B = 26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBC096 (or 0xEBC096) is known color: New Tan. HEX triplet: EB, C0 and 96. RGB value is (235,192,150). Sum of RGB (Red+Green+Blue) = 235+192+150=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC096 is #143F69. Grayscale: #C8C8C8. Windows color (decimal): -1326954 or 9879787. OLE color: 9879787.

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

Color convert

RGB 235 192 150 -
CMYK 0 0.18 0.36 0.08
HSL 29.65º 0.68% 0.75% -
HSV(B) 29.65º 0.36% 0.92% -
XYZ 58.62 57.56 36.88 -
YUV 200.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 235 192 150 0 0.18 0.36 0.08 29.65 0.68 0.75
Hex EB C0 96 0 12 24 8 1E 44 4B
Octal 353 300 226 0 22 44 10 36 104 113
Binary 11101011 11000000 10010110 0 10010 100100 1000 11110 1000100 1001011

Color Harmonies of #EBC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC096

Black with #EBC096

Text Example


Text Example

White with #EBC096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC096; }

 p { color: rgb(235,192,150); }

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

background-color css

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

 a { background-color: rgb(235,192,150); }

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

border-color css

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

 span { border-color: rgb(235,192,150); }

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