#EDDDA2

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

Shades of Sidecar #EDDDA2

Tints of Sidecar #EDDDA2

Color information

#EDDDA2 (or 0xEDDDA2) is unknown color: approx Sidecar. HEX triplet: ED, DD and A2. RGB value is (237,221,162). Sum of RGB (Red+Green+Blue) = 237+221+162=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDDA2 is #12225D. Grayscale: #DBDBDB. Windows color (decimal): -1188446 or 10673645. OLE color: 10673645.

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

Color convert

RGB237221162-
CMYK00.070.320.07
HSL47.2º67.57%78.24%-
HSV(B)47.2º31.65%92.94%-
XYZ67.372.3344.6-
YUV219.0695.8140.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 162 (63.67% from 255) = 26.13%
R=38.23%
G=35.65%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722116200.070.320.0747.267.5778.24
HexEDDDA2072072f444e
Octal3553352420740757104116
Binary111011011101110110100010011110000011110111110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDA2; }

 p { color: rgb(237,221,162); }

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

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

 a { background-color: rgb(237,221,162); }

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

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

 span { border-color: rgb(237,221,162); }

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