#EFDFAE

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

Shades of Sidecar #EFDFAE

Tints of Sidecar #EFDFAE

Color information

#EFDFAE (or 0xEFDFAE) is unknown color: approx Sidecar. HEX triplet: EF, DF and AE. RGB value is (239,223,174). Sum of RGB (Red+Green+Blue) = 239+223+174=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDFAE is #102051. Grayscale: #DEDEDE. Windows color (decimal): -1056850 or 11460591. OLE color: 11460591.

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

Color convert

RGB239223174-
CMYK00.070.270.06
HSL45.23º67.01%80.98%-
HSV(B)45.23º27.2%93.73%-
XYZ69.6274.1850.69-
YUV222.2100.8139.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=37.58%
G=35.06%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922317400.070.270.0645.2367.0180.98
HexEFDFAE071B62d4351
Octal3573372560733655103121
Binary11101111110111111010111001111101111010110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFAE; }

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

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

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

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

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

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

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

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