#EFDFAC

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

Shades of Sidecar #EFDFAC

Tints of Sidecar #EFDFAC

Color information

#EFDFAC (or 0xEFDFAC) is unknown color: approx Sidecar. HEX triplet: EF, DF and AC. RGB value is (239,223,172). Sum of RGB (Red+Green+Blue) = 239+223+172=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAC is #102053. Grayscale: #DEDEDE. Windows color (decimal): -1056852 or 11329519. OLE color: 11329519.

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

Color convert

RGB239223172-
CMYK00.070.280.06
HSL45.67º67.68%80.59%-
HSV(B)45.67º28.03%93.73%-
XYZ69.4374.149.67-
YUV221.9799.8140.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 172 (67.58% from 255) = 27.13%
R=37.70%
G=35.17%
B=27.13%

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
Decimal23922317200.070.280.0645.6767.6880.59
HexEFDFAC071C62e4451
Octal3573372540734656104121
Binary11101111110111111010110001111110011010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFAC; }

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

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

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

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

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

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

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

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