#EFDFAB

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

Shades of Sidecar #EFDFAB

Tints of Sidecar #EFDFAB

Color information

#EFDFAB (or 0xEFDFAB) is unknown color: approx Sidecar. HEX triplet: EF, DF and AB. RGB value is (239,223,171). Sum of RGB (Red+Green+Blue) = 239+223+171=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAB is #102054. Grayscale: #DEDEDE. Windows color (decimal): -1056853 or 11263983. OLE color: 11263983.

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

Color convert

RGB239223171-
CMYK00.070.280.06
HSL45.88º68%80.39%-
HSV(B)45.88º28.45%93.73%-
XYZ69.3374.0749.17-
YUV221.8699.3140.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 223 (87.5% from 255) = 35.23%
BLUE value IS 171 (67.19% from 255) = 27.01%
R=37.76%
G=35.23%
B=27.01%

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
Decimal23922317100.070.280.0645.886880.39
HexEFDFAB071C62e4450
Octal3573372530734656104120
Binary11101111110111111010101101111110011010111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFAB; }

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

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

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

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

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

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

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

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