#EDE0AD

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

Shades of Sidecar #EDE0AD

Tints of Sidecar #EDE0AD

Color information

#EDE0AD (or 0xEDE0AD) is unknown color: approx Sidecar. HEX triplet: ED, E0 and AD. RGB value is (237,224,173). Sum of RGB (Red+Green+Blue) = 237+224+173=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE0AD is #121F52. Grayscale: #DEDEDE. Windows color (decimal): -1187667 or 11395309. OLE color: 11395309.

HSL color Cylindrical-coordinate representation of color #EDE0AD: hue angle of 47.81º 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 #EDE0AD is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB237224173-
CMYK00.050.270.07
HSL47.81º64%80.39%-
HSV(B)47.81º27%92.94%-
XYZ69.1274.3350.24-
YUV222.07100.31138.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.38%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=37.38%
G=35.33%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722417300.050.270.0747.816480.39
HexEDE0AD051B7304050
Octal3553402550533760100120
Binary11101101111000001010110101011101111111000010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0AD; }

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

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

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

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

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

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

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

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