#EDDDAE

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

Shades of Sidecar #EDDDAE

Tints of Sidecar #EDDDAE

Color information

#EDDDAE (or 0xEDDDAE) is unknown color: approx Sidecar. HEX triplet: ED, DD and AE. RGB value is (237,221,174). Sum of RGB (Red+Green+Blue) = 237+221+174=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 174 (68.36% from 255 or 27.53% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDAE is #122251. Grayscale: #DCDCDC. Windows color (decimal): -1188434 or 11460077. OLE color: 11460077.

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

Color convert

RGB237221174-
CMYK00.070.270.07
HSL44.76º63.64%80.59%-
HSV(B)44.76º26.58%92.94%-
XYZ68.4272.7750.48-
YUV220.43101.8139.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 174 (68.36% from 255) = 27.53%
R=37.5%
G=34.97%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722117400.070.270.0744.7663.6480.59
HexEDDDAE071B72d4051
Octal3553352560733755100121
Binary11101101110111011010111001111101111110110110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDAE; }

 p { color: rgb(237,221,174); }

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

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

 a { background-color: rgb(237,221,174); }

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

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

 span { border-color: rgb(237,221,174); }

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