#EBDFA8

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

Shades of Sidecar #EBDFA8

Tints of Sidecar #EBDFA8

Color information

#EBDFA8 (or 0xEBDFA8) is unknown color: approx Sidecar. HEX triplet: EB, DF and A8. RGB value is (235,223,168). Sum of RGB (Red+Green+Blue) = 235+223+168=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDFA8 is #142057. Grayscale: #DCDCDC. Windows color (decimal): -1319000 or 11067371. OLE color: 11067371.

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

Color convert

RGB235223168-
CMYK00.050.290.08
HSL49.25º62.62%79.02%-
HSV(B)49.25º28.51%92.16%-
XYZ67.7273.2647.62-
YUV220.3298.48138.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=37.54%
G=35.62%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522316800.050.290.0849.2562.6279.02
HexEBDFA8051D8313f4f
Octal3533372500535106177117
Binary11101011110111111010100001011110110001100011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFA8; }

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

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

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

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

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

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

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

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