#EDDEAC

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

Shades of Sidecar #EDDEAC

Tints of Sidecar #EDDEAC

Color information

#EDDEAC (or 0xEDDEAC) is unknown color: approx Sidecar. HEX triplet: ED, DE and AC. RGB value is (237,222,172). Sum of RGB (Red+Green+Blue) = 237+222+172=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 222 (87.11% from 255 or 35.18% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDEAC is #122153. Grayscale: #DDDDDD. Windows color (decimal): -1188180 or 11329261. OLE color: 11329261.

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

Color convert

RGB237222172-
CMYK00.060.270.07
HSL46.15º64.36%80.2%-
HSV(B)46.15º27.43%92.94%-
XYZ68.4973.2349.55-
YUV220.78100.47139.57-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 222 (87.11% from 255) = 35.18%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=37.56%
G=35.18%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722217200.060.270.0746.1564.3680.2
HexEDDEAC061B72e4050
Octal3553362540633756100120
Binary11101101110111101010110001101101111110111010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEAC; }

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

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

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

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

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

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

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

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