#EDDEAD

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

Shades of Sidecar #EDDEAD

Tints of Sidecar #EDDEAD

Color information

#EDDEAD (or 0xEDDEAD) is unknown color: approx Sidecar. HEX triplet: ED, DE and AD. RGB value is (237,222,173). Sum of RGB (Red+Green+Blue) = 237+222+173=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 173 (67.97% from 255 or 27.37% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAD is #122152. Grayscale: #DDDDDD. Windows color (decimal): -1188179 or 11394797. OLE color: 11394797.

HSL color Cylindrical-coordinate representation of color #EDDEAD: hue angle of 45.94º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDDEAD is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237222173-
CMYK00.060.270.07
HSL45.94º64%80.39%-
HSV(B)45.94º27%92.94%-
XYZ68.5973.2650.06-
YUV220.9100.97139.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 173 (67.97% from 255) = 27.37%
R=37.5%
G=35.13%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722217300.060.270.0745.946480.39
HexEDDEAD061B72e4050
Octal3553362550633756100120
Binary11101101110111101010110101101101111110111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEAD; }

 p { color: rgb(237,222,173); }

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

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

 a { background-color: rgb(237,222,173); }

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

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

 span { border-color: rgb(237,222,173); }

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