#EBDEA9

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

Shades of Sidecar #EBDEA9

Tints of Sidecar #EBDEA9

Color information

#EBDEA9 (or 0xEBDEA9) is unknown color: approx Sidecar. HEX triplet: EB, DE and A9. RGB value is (235,222,169). Sum of RGB (Red+Green+Blue) = 235+222+169=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEA9 is #142156. Grayscale: #DCDCDC. Windows color (decimal): -1319255 or 11132651. OLE color: 11132651.

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

Color convert

RGB235222169-
CMYK00.060.280.08
HSL48.18º62.26%79.22%-
HSV(B)48.18º28.09%92.16%-
XYZ67.5472.7748.02-
YUV219.8499.31138.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.54%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 169 (66.41% from 255) = 27.00%
R=37.54%
G=35.46%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522216900.060.280.0848.1862.2679.22
HexEBDEA9061C8303e4f
Octal3533362510634106076117
Binary11101011110111101010100101101110010001100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEA9; }

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

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

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

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

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

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

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

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