Html Css Color HEX #EBCB9A Chamois

📋 copy color: '#EBCB9A'

red 235 ◦ green 203 ◦ blue 154

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

Shades of Chamois #EBCB9A

Tints of Chamois #EBCB9A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.29%

 BLUE value IS 154 (60.55% from 255) = 26.01%

R = 39.7%
G = 34.29%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBCB9A (or 0xEBCB9A) is known color: Chamois. HEX triplet: EB, CB and 9A. RGB value is (235,203,154). Sum of RGB (Red+Green+Blue) = 235+203+154=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 154 (60.55% from 255 or 26.01% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCB9A is #143465. Grayscale: #CFCFCF. Windows color (decimal): -1324134 or 10144747. OLE color: 10144747.

HSL color Cylindrical-coordinate representation of color #EBCB9A: hue angle of 36.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBCB9A is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 203 154 -
CMYK 0 0.14 0.34 0.08
HSL 36.3º 0.67% 0.76% -
HSV(B) 36.3º 0.34% 0.92% -
XYZ 61.45 62.71 39.44 -
YUV 206.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 235 203 154 0 0.14 0.34 0.08 36.3 0.67 0.76
Hex EB CB 9A 0 E 22 8 24 43 4C
Octal 353 313 232 0 16 42 10 44 103 114
Binary 11101011 11001011 10011010 0 1110 100010 1000 100100 1000011 1001100

Color Harmonies of #EBCB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB9A

Black with #EBCB9A

Text Example


Text Example

White with #EBCB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB9A; }

 p { color: rgb(235,203,154); }

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

background-color css

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

 a { background-color: rgb(235,203,154); }

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

border-color css

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

 span { border-color: rgb(235,203,154); }

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