Html Css Color HEX #EBCD9A Chamois

📋 copy color: '#EBCD9A'

red 235 ◦ green 205 ◦ blue 154

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

Shades of Chamois #EBCD9A

Tints of Chamois #EBCD9A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.51%

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

R = 39.56%
G = 34.51%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EBCD9A (or 0xEBCD9A) is known color: Chamois. HEX triplet: EB, CD and 9A. RGB value is (235,205,154). Sum of RGB (Red+Green+Blue) = 235+205+154=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD9A is #143265. Grayscale: #D0D0D0. Windows color (decimal): -1323622 or 10145259. OLE color: 10145259.

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

Color convert

RGB 235 205 154 -
CMYK 0 0.13 0.34 0.08
HSL 37.78º 0.67% 0.76% -
HSV(B) 37.78º 0.34% 0.92% -
XYZ 61.93 63.66 39.6 -
YUV 208.16 97.44 147.15 -
System Red Green Blue C M Y K H S L
Decimal 235 205 154 0 0.13 0.34 0.08 37.78 0.67 0.76
Hex EB CD 9A 0 D 22 8 26 43 4C
Octal 353 315 232 0 15 42 10 46 103 114
Binary 11101011 11001101 10011010 0 1101 100010 1000 100110 1000011 1001100

Color Harmonies of #EBCD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCD9A

Black with #EBCD9A

Text Example


Text Example

White with #EBCD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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