#EDDCAA

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

Shades of Sidecar #EDDCAA

Tints of Sidecar #EDDCAA

Color information

#EDDCAA (or 0xEDDCAA) is unknown color: approx Sidecar. HEX triplet: ED, DC and AA. RGB value is (237,220,170). Sum of RGB (Red+Green+Blue) = 237+220+170=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAA is #122355. Grayscale: #DBDBDB. Windows color (decimal): -1188694 or 11197677. OLE color: 11197677.

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

Color convert

RGB237220170-
CMYK00.070.280.07
HSL44.78º65.05%79.8%-
HSV(B)44.78º28.27%92.94%-
XYZ67.7772.0948.37-
YUV219.38100.13140.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.80%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 170 (66.80% from 255) = 27.11%
R=37.80%
G=35.09%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722017000.070.280.0744.7865.0579.8
HexEDDCAA071C72d4150
Octal3553342520734755101120
Binary11101101110111001010101001111110011110110110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCAA; }

 p { color: rgb(237,220,170); }

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

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

 a { background-color: rgb(237,220,170); }

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

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

 span { border-color: rgb(237,220,170); }

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