Html Css Color HEX #EBCA96 Chamois

📋 copy color: '#EBCA96'

red 235 ◦ green 202 ◦ blue 150

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

Shades of Chamois #EBCA96

Tints of Chamois #EBCA96

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.41%

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

R = 40.03%
G = 34.41%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EBCA96 (or 0xEBCA96) is known color: Chamois. HEX triplet: EB, CA and 96. RGB value is (235,202,150). Sum of RGB (Red+Green+Blue) = 235+202+150=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 150 (58.98% from 255 or 25.55% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCA96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCA96 is #143569. Grayscale: #CECECE. Windows color (decimal): -1324394 or 9882347. OLE color: 9882347.

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

Color convert

RGB 235 202 150 -
CMYK 0 0.14 0.36 0.08
HSL 36.71º 0.68% 0.75% -
HSV(B) 36.71º 0.36% 0.92% -
XYZ 60.89 62.11 37.63 -
YUV 205.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 235 202 150 0 0.14 0.36 0.08 36.71 0.68 0.75
Hex EB CA 96 0 E 24 8 25 44 4B
Octal 353 312 226 0 16 44 10 45 104 113
Binary 11101011 11001010 10010110 0 1110 100100 1000 100101 1000100 1001011

Color Harmonies of #EBCA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCA96

Black with #EBCA96

Text Example


Text Example

White with #EBCA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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