#EFDFA8

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

Shades of Sidecar #EFDFA8

Tints of Sidecar #EFDFA8

Color information

#EFDFA8 (or 0xEFDFA8) is unknown color: approx Sidecar. HEX triplet: EF, DF and A8. RGB value is (239,223,168). Sum of RGB (Red+Green+Blue) = 239+223+168=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 168 (66.02% from 255 or 26.67% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFA8 is #102057. Grayscale: #DDDDDD. Windows color (decimal): -1056856 or 11067375. OLE color: 11067375.

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

Color convert

RGB239223168-
CMYK00.070.300.06
HSL46.48º68.93%79.8%-
HSV(B)46.48º29.71%93.73%-
XYZ69.0573.9547.68-
YUV221.5197.8140.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.94%
GREEN value IS 223 (87.5% from 255) = 35.40%
BLUE value IS 168 (66.02% from 255) = 26.67%
R=37.94%
G=35.40%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922316800.070.300.0646.4868.9379.8
HexEFDFA8071E62e4550
Octal3573372500736656105120
Binary11101111110111111010100001111111011010111010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFA8; }

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

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

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

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

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

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

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

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