#EBCD98

Color #EBCD98 Chamois (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chamois #EBCD98

Tints of Chamois #EBCD98

Color information

#EBCD98 (or 0xEBCD98) is unknown color: approx Chamois. HEX triplet: EB, CD and 98. RGB value is (235,205,152). Sum of RGB (Red+Green+Blue) = 235+205+152=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD98 is #143267. Grayscale: #D0D0D0. Windows color (decimal): -1323624 or 10014187. OLE color: 10014187.

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

Color convert

RGB235205152-
CMYK00.130.350.08
HSL38.31º67.48%75.88%-
HSV(B)38.31º35.32%92.16%-
XYZ61.7663.5938.73-
YUV207.9396.44147.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 152 (59.77% from 255) = 25.68%
R=39.70%
G=34.63%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520515200.130.350.0838.3167.4875.88
HexEBCD980D23826434c
Octal353315230015431046103114
Binary11101011110011011001100001101100011100010011010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD98; }

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

 H1.HeaderClassName
 {
   color: #EBCD98;
 }
 .AnyTagClassName
 {
   color: #EBCD98;
 }
</style>
background-color css

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

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

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

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

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

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