#EFDFA9

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

Shades of Sidecar #EFDFA9

Tints of Sidecar #EFDFA9

Color information

#EFDFA9 (or 0xEFDFA9) is unknown color: approx Sidecar. HEX triplet: EF, DF and A9. RGB value is (239,223,169). Sum of RGB (Red+Green+Blue) = 239+223+169=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 169 (66.41% from 255 or 26.78% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA9 is #102056. Grayscale: #DDDDDD. Windows color (decimal): -1056855 or 11132911. OLE color: 11132911.

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

Color convert

RGB239223169-
CMYK00.070.290.06
HSL46.29º68.63%80%-
HSV(B)46.29º29.29%93.73%-
XYZ69.1573.9948.17-
YUV221.6398.3140.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.88%
GREEN value IS 223 (87.5% from 255) = 35.34%
BLUE value IS 169 (66.41% from 255) = 26.78%
R=37.88%
G=35.34%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922316900.070.290.0646.2968.6380
HexEFDFA9071D62e4550
Octal3573372510735656105120
Binary11101111110111111010100101111110111010111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFA9; }

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

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

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

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

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

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

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

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