#EBDEA1

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

Shades of Sidecar #EBDEA1

Tints of Sidecar #EBDEA1

Color information

#EBDEA1 (or 0xEBDEA1) is unknown color: approx Sidecar. HEX triplet: EB, DE and A1. RGB value is (235,222,161). Sum of RGB (Red+Green+Blue) = 235+222+161=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDEA1 is #14215E. Grayscale: #DBDBDB. Windows color (decimal): -1319263 or 10608363. OLE color: 10608363.

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

Color convert

RGB235222161-
CMYK00.060.310.08
HSL49.46º64.91%77.65%-
HSV(B)49.46º31.49%92.16%-
XYZ66.8272.4844.19-
YUV218.9395.31139.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.03%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=38.03%
G=35.92%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522216100.060.310.0849.4664.9177.65
HexEBDEA1061F831414e
Octal35333624106371061101116
Binary111010111101111010100001011011111100011000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEA1; }

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

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

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

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

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

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

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

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