#EDDEB1

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

Shades of Sidecar #EDDEB1

Tints of Sidecar #EDDEB1

Color information

#EDDEB1 (or 0xEDDEB1) is unknown color: approx Sidecar. HEX triplet: ED, DE and B1. RGB value is (237,222,177). Sum of RGB (Red+Green+Blue) = 237+222+177=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEB1 is #12214E. Grayscale: #DDDDDD. Windows color (decimal): -1188175 or 11656941. OLE color: 11656941.

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

Color convert

RGB237222177-
CMYK00.060.250.07
HSL45º62.5%81.18%-
HSV(B)45º25.32%92.94%-
XYZ68.9873.4252.13-
YUV221.36102.97139.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.26%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 177 (69.53% from 255) = 27.83%
R=37.26%
G=34.91%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722217700.060.250.074562.581.18
HexEDDEB1061972d3e51
Octal355336261063175576121
Binary1110110111011110101100010110110011111011011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEB1; }

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

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

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

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

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

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

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

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