#EFE0AE

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

Shades of Sidecar #EFE0AE

Tints of Sidecar #EFE0AE

Color information

#EFE0AE (or 0xEFE0AE) is unknown color: approx Sidecar. HEX triplet: EF, E0 and AE. RGB value is (239,224,174). Sum of RGB (Red+Green+Blue) = 239+224+174=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 174 (68.36% from 255 or 27.32% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0AE is #101F51. Grayscale: #DFDFDF. Windows color (decimal): -1056594 or 11460847. OLE color: 11460847.

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

Color convert

RGB239224174-
CMYK00.060.270.06
HSL46.15º67.01%80.98%-
HSV(B)46.15º27.2%93.73%-
XYZ69.8974.7250.78-
YUV222.79100.47139.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 174 (68.36% from 255) = 27.32%
R=37.52%
G=35.16%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922417400.060.270.0646.1567.0180.98
HexEFE0AE061B62e4351
Octal3573402560633656103121
Binary11101111111000001010111001101101111010111010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0AE; }

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

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

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

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

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

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

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

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