#EFDDAD

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

Shades of Sidecar #EFDDAD

Tints of Sidecar #EFDDAD

Color information

#EFDDAD (or 0xEFDDAD) is unknown color: approx Sidecar. HEX triplet: EF, DD and AD. RGB value is (239,221,173). Sum of RGB (Red+Green+Blue) = 239+221+173=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAD is #102252. Grayscale: #DDDDDD. Windows color (decimal): -1057363 or 11394543. OLE color: 11394543.

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

Color convert

RGB239221173-
CMYK00.080.280.06
HSL43.64º67.35%80.78%-
HSV(B)43.64º27.62%93.73%-
XYZ6973.0850-
YUV220.91100.96140.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=37.76%
G=34.91%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922117300.080.280.0643.6467.3580.78
HexEFDDAD081C62c4351
Octal35733525501034654103121
Binary111011111101110110101101010001110011010110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDAD; }

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

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

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

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

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

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

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

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