#ebdd9e

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

Shades of Sidecar #EBDD9E

Tints of Sidecar #EBDD9E

Color information

#EBDD9E (or 0xEBDD9E) is unknown color: approx Sidecar. HEX triplet: EB, DD and 9E. RGB value is (235,221,158). Sum of RGB (Red+Green+Blue) = 235+221+158=614 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.27% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDD9E is #142261. Grayscale: #DADADA. Windows color (decimal): -1319522 or 10411499. OLE color: 10411499.

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

Color convert

RGB235221158-
CMYK00.060.330.08
HSL49.09º65.81%77.06%-
HSV(B)49.09º32.77%92.16%-
XYZ66.2971.8442.72-
YUV21894.14140.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.27%
GREEN value IS 221 (86.72% from 255) = 35.99%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=38.27%
G=35.99%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522115800.060.330.0849.0965.8177.06
HexEBDD9E0621831424d
Octal35333523606411061102115
Binary1110101111011101100111100110100001100011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebdd9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebdd9e; }

 p { color: rgb(235,221,158); }

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

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

 a { background-color: rgb(235,221,158); }

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

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

 span { border-color: rgb(235,221,158); }

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