#EBDCAF

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

Shades of Sidecar #EBDCAF

Tints of Sidecar #EBDCAF

Color information

#EBDCAF (or 0xEBDCAF) is unknown color: approx Sidecar. HEX triplet: EB, DC and AF. RGB value is (235,220,175). Sum of RGB (Red+Green+Blue) = 235+220+175=630 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.30% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDCAF is #142350. Grayscale: #DBDBDB. Windows color (decimal): -1319761 or 11525355. OLE color: 11525355.

HSL color Cylindrical-coordinate representation of color #EBDCAF: hue angle of 45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBDCAF is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB235220175-
CMYK00.060.260.08
HSL45º60%80.39%-
HSV(B)45º25.53%92.16%-
XYZ67.5971.9450.88-
YUV219.35102.97139.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.30%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 175 (68.75% from 255) = 27.78%
R=37.30%
G=34.92%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522017500.060.260.08456080.39
HexEBDCAF061A82d3c50
Octal3533342570632105574120
Binary11101011110111001010111101101101010001011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCAF; }

 p { color: rgb(235,220,175); }

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

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

 a { background-color: rgb(235,220,175); }

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

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

 span { border-color: rgb(235,220,175); }

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