#EDDFA9

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

Shades of Sidecar #EDDFA9

Tints of Sidecar #EDDFA9

Color information

#EDDFA9 (or 0xEDDFA9) is unknown color: approx Sidecar. HEX triplet: ED, DF and A9. RGB value is (237,223,169). Sum of RGB (Red+Green+Blue) = 237+223+169=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDFA9 is #122056. Grayscale: #DDDDDD. Windows color (decimal): -1187927 or 11132909. OLE color: 11132909.

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

Color convert

RGB237223169-
CMYK00.060.290.07
HSL47.65º65.38%79.61%-
HSV(B)47.65º28.69%92.94%-
XYZ68.4773.6448.14-
YUV221.0398.64139.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.68%
GREEN value IS 223 (87.5% from 255) = 35.45%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=37.68%
G=35.45%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722316900.060.290.0747.6565.3879.61
HexEDDFA9061D7304150
Octal3553372510635760101120
Binary11101101110111111010100101101110111111000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFA9; }

 p { color: rgb(237,223,169); }

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

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

 a { background-color: rgb(237,223,169); }

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

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

 span { border-color: rgb(237,223,169); }

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