Html Css Color HEX #EBC896 Chamois

📋 copy color: '#EBC896'

red 235 ◦ green 200 ◦ blue 150

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

Shades of Chamois #EBC896

Tints of Chamois #EBC896

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.19%

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

R = 40.17%
G = 34.19%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBC896 (or 0xEBC896) is known color: Chamois. HEX triplet: EB, C8 and 96. RGB value is (235,200,150). Sum of RGB (Red+Green+Blue) = 235+200+150=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC896 is #143769. Grayscale: #CDCDCD. Windows color (decimal): -1324906 or 9881835. OLE color: 9881835.

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

Color convert

RGB 235 200 150 -
CMYK 0 0.15 0.36 0.08
HSL 35.29º 0.68% 0.75% -
HSV(B) 35.29º 0.36% 0.92% -
XYZ 60.42 61.17 37.48 -
YUV 204.77 97.1 149.57 -
System Red Green Blue C M Y K H S L
Decimal 235 200 150 0 0.15 0.36 0.08 35.29 0.68 0.75
Hex EB C8 96 0 F 24 8 23 44 4B
Octal 353 310 226 0 17 44 10 43 104 113
Binary 11101011 11001000 10010110 0 1111 100100 1000 100011 1000100 1001011

Color Harmonies of #EBC896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC896

Black with #EBC896

Text Example


Text Example

White with #EBC896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC896; }

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

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

background-color css

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

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

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

border-color css

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

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

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