#EDDCAD

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

Shades of Sidecar #EDDCAD

Tints of Sidecar #EDDCAD

Color information

#EDDCAD (or 0xEDDCAD) is unknown color: approx Sidecar. HEX triplet: ED, DC and AD. RGB value is (237,220,173). Sum of RGB (Red+Green+Blue) = 237+220+173=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 173 (67.97% from 255 or 27.46% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAD is #122352. Grayscale: #DBDBDB. Windows color (decimal): -1188691 or 11394285. OLE color: 11394285.

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

Color convert

RGB237220173-
CMYK00.070.270.07
HSL44.06º64%80.39%-
HSV(B)44.06º27%92.94%-
XYZ68.0672.2149.89-
YUV219.72101.63140.32-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 173 (67.97% from 255) = 27.46%
R=37.62%
G=34.92%
B=27.46%

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
Decimal23722017300.070.270.0744.066480.39
HexEDDCAD071B72c4050
Octal3553342550733754100120
Binary11101101110111001010110101111101111110110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCAD; }

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

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

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

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

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

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

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

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