#EFDCA8

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

Shades of Sidecar #EFDCA8

Tints of Sidecar #EFDCA8

Color information

#EFDCA8 (or 0xEFDCA8) is unknown color: approx Sidecar. HEX triplet: EF, DC and A8. RGB value is (239,220,168). Sum of RGB (Red+Green+Blue) = 239+220+168=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDCA8 is #102357. Grayscale: #DBDBDB. Windows color (decimal): -1057624 or 11066607. OLE color: 11066607.

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

Color convert

RGB239220168-
CMYK00.080.300.06
HSL43.94º68.93%79.8%-
HSV(B)43.94º29.71%93.73%-
XYZ68.2672.3647.42-
YUV219.7598.79141.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.12%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 168 (66.02% from 255) = 26.79%
R=38.12%
G=35.09%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922016800.080.300.0643.9468.9379.8
HexEFDCA8081E62c4550
Octal35733425001036654105120
Binary111011111101110010101000010001111011010110010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCA8; }

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

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

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

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

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

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

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

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