#EBDFA9

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

Shades of Sidecar #EBDFA9

Tints of Sidecar #EBDFA9

Color information

#EBDFA9 (or 0xEBDFA9) is unknown color: approx Sidecar. HEX triplet: EB, DF and A9. RGB value is (235,223,169). Sum of RGB (Red+Green+Blue) = 235+223+169=627 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.48% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 169 (66.41% from 255 or 26.95% from 627); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA9 is #142056. Grayscale: #DCDCDC. Windows color (decimal): -1318999 or 11132907. OLE color: 11132907.

HSL color Cylindrical-coordinate representation of color #EBDFA9: hue angle of 49.09º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBDFA9 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB235223169-
CMYK00.050.280.08
HSL49.09º62.26%79.22%-
HSV(B)49.09º28.09%92.16%-
XYZ67.8173.348.11-
YUV220.4398.98138.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.48%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 169 (66.41% from 255) = 26.95%
R=37.48%
G=35.57%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522316900.050.280.0849.0962.2679.22
HexEBDFA9051C8313e4f
Octal3533372510534106176117
Binary11101011110111111010100101011110010001100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFA9; }

 p { color: rgb(235,223,169); }

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

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

 a { background-color: rgb(235,223,169); }

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

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

 span { border-color: rgb(235,223,169); }

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