#EFDEAE

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

Shades of Sidecar #EFDEAE

Tints of Sidecar #EFDEAE

Color information

#EFDEAE (or 0xEFDEAE) is unknown color: approx Sidecar. HEX triplet: EF, DE and AE. RGB value is (239,222,174). Sum of RGB (Red+Green+Blue) = 239+222+174=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDEAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDEAE is #102151. Grayscale: #DDDDDD. Windows color (decimal): -1057106 or 11460335. OLE color: 11460335.

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

Color convert

RGB239222174-
CMYK00.070.270.06
HSL44.31º67.01%80.98%-
HSV(B)44.31º27.2%93.73%-
XYZ69.3673.6550.6-
YUV221.61101.13140.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 174 (68.36% from 255) = 27.40%
R=37.64%
G=34.96%
B=27.40%

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
Decimal23922217400.070.270.0644.3167.0180.98
HexEFDEAE071B62c4351
Octal3573362560733654103121
Binary11101111110111101010111001111101111010110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEAE; }

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

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

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

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

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

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

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

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