#EBDEA8

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

Shades of Sidecar #EBDEA8

Tints of Sidecar #EBDEA8

Color information

#EBDEA8 (or 0xEBDEA8) is unknown color: approx Sidecar. HEX triplet: EB, DE and A8. RGB value is (235,222,168). Sum of RGB (Red+Green+Blue) = 235+222+168=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 168 (66.02% from 255 or 26.88% from 625); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEA8 is #142157. Grayscale: #DBDBDB. Windows color (decimal): -1319256 or 11067115. OLE color: 11067115.

HSL color Cylindrical-coordinate representation of color #EBDEA8: hue angle of 48.36º 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 #EBDEA8 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235222168-
CMYK00.060.290.08
HSL48.36º62.62%79.02%-
HSV(B)48.36º28.51%92.16%-
XYZ67.4572.7347.53-
YUV219.7398.81138.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.6%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 168 (66.02% from 255) = 26.88%
R=37.6%
G=35.52%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522216800.060.290.0848.3662.6279.02
HexEBDEA8061D8303f4f
Octal3533362500635106077117
Binary11101011110111101010100001101110110001100001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEA8; }

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

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

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

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

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

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

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

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