#EFDDAE

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

Shades of Sidecar #EFDDAE

Tints of Sidecar #EFDDAE

Color information

#EFDDAE (or 0xEFDDAE) is unknown color: approx Sidecar. HEX triplet: EF, DD and AE. RGB value is (239,221,174). Sum of RGB (Red+Green+Blue) = 239+221+174=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDDAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDDAE is #102251. Grayscale: #DDDDDD. Windows color (decimal): -1057362 or 11460079. OLE color: 11460079.

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

Color convert

RGB239221174-
CMYK00.080.270.06
HSL43.38º67.01%80.98%-
HSV(B)43.38º27.2%93.73%-
XYZ69.0973.1250.52-
YUV221.02101.46140.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 174 (68.36% from 255) = 27.44%
R=37.70%
G=34.86%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922117400.080.270.0643.3867.0180.98
HexEFDDAE081B62b4351
Octal35733525601033653103121
Binary111011111101110110101110010001101111010101110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDAE; }

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

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

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

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

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

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

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

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