#EFDFAD

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

Shades of Sidecar #EFDFAD

Tints of Sidecar #EFDFAD

Color information

#EFDFAD (or 0xEFDFAD) is unknown color: approx Sidecar. HEX triplet: EF, DF and AD. RGB value is (239,223,173). Sum of RGB (Red+Green+Blue) = 239+223+173=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAD is #102052. Grayscale: #DEDEDE. Windows color (decimal): -1056851 or 11395055. OLE color: 11395055.

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

Color convert

RGB239223173-
CMYK00.070.280.06
HSL45.45º67.35%80.78%-
HSV(B)45.45º27.62%93.73%-
XYZ69.5374.1450.18-
YUV222.08100.3140.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 223 (87.5% from 255) = 35.12%
BLUE value IS 173 (67.97% from 255) = 27.24%
R=37.64%
G=35.12%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922317300.070.280.0645.4567.3580.78
HexEFDFAD071C62d4351
Octal3573372550734655103121
Binary11101111110111111010110101111110011010110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFAD; }

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

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

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

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

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

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

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

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