#EDDCAC

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

Shades of Sidecar #EDDCAC

Tints of Sidecar #EDDCAC

Color information

#EDDCAC (or 0xEDDCAC) is unknown color: approx Sidecar. HEX triplet: ED, DC and AC. RGB value is (237,220,172). Sum of RGB (Red+Green+Blue) = 237+220+172=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDCAC is #122353. Grayscale: #DBDBDB. Windows color (decimal): -1188692 or 11328749. OLE color: 11328749.

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

Color convert

RGB237220172-
CMYK00.070.270.07
HSL44.31º64.36%80.2%-
HSV(B)44.31º27.43%92.94%-
XYZ67.9672.1749.38-
YUV219.61101.13140.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 172 (67.58% from 255) = 27.34%
R=37.68%
G=34.98%
B=27.34%

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
Decimal23722017200.070.270.0744.3164.3680.2
HexEDDCAC071B72c4050
Octal3553342540733754100120
Binary11101101110111001010110001111101111110110010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCAC; }

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

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

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

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

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

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

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

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