Html Css Color HEX #EBC296 New Tan

📋 copy color: '#EBC296'

red 235 ◦ green 194 ◦ blue 150

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

Shades of New Tan #EBC296

Tints of New Tan #EBC296

RGB

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

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

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

R = 40.59%
G = 33.51%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBC296 (or 0xEBC296) is known color: New Tan. HEX triplet: EB, C2 and 96. RGB value is (235,194,150). Sum of RGB (Red+Green+Blue) = 235+194+150=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 194 (76.17% from 255 or 33.51% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC296 is #143D69. Grayscale: #C9C9C9. Windows color (decimal): -1326442 or 9880299. OLE color: 9880299.

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

Color convert

RGB 235 194 150 -
CMYK 0 0.17 0.36 0.08
HSL 31.06º 0.68% 0.75% -
HSV(B) 31.06º 0.36% 0.92% -
XYZ 59.06 58.45 37.02 -
YUV 201.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 235 194 150 0 0.17 0.36 0.08 31.06 0.68 0.75
Hex EB C2 96 0 11 24 8 1F 44 4B
Octal 353 302 226 0 21 44 10 37 104 113
Binary 11101011 11000010 10010110 0 10001 100100 1000 11111 1000100 1001011

Color Harmonies of #EBC296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC296

Black with #EBC296

Text Example


Text Example

White with #EBC296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC296; }

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

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

background-color css

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

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

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

border-color css

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

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

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