#EBCD90

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

Shades of Chamois #EBCD90

Tints of Chamois #EBCD90

Color information

#EBCD90 (or 0xEBCD90) is unknown color: approx Chamois. HEX triplet: EB, CD and 90. RGB value is (235,205,144). Sum of RGB (Red+Green+Blue) = 235+205+144=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 144 (56.64% from 255 or 24.66% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCD90 is #14326F. Grayscale: #CFCFCF. Windows color (decimal): -1323632 or 9489899. OLE color: 9489899.

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

Color convert

RGB235205144-
CMYK00.130.390.08
HSL40.22º69.47%74.31%-
HSV(B)40.22º38.72%92.16%-
XYZ61.1363.3435.39-
YUV207.0292.44147.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 205 (80.47% from 255) = 35.10%
BLUE value IS 144 (56.64% from 255) = 24.66%
R=40.24%
G=35.10%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520514400.130.390.0840.2269.4774.31
HexEBCD900D27828454a
Octal353315220015471050105112
Binary11101011110011011001000001101100111100010100010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCD90; }

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

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

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

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

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

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

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

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