#EFE0AC

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

Shades of Sidecar #EFE0AC

Tints of Sidecar #EFE0AC

Color information

#EFE0AC (or 0xEFE0AC) is unknown color: approx Sidecar. HEX triplet: EF, E0 and AC. RGB value is (239,224,172). Sum of RGB (Red+Green+Blue) = 239+224+172=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0AC is #101F53. Grayscale: #DEDEDE. Windows color (decimal): -1056596 or 11329775. OLE color: 11329775.

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

Color convert

RGB239224172-
CMYK00.060.280.06
HSL46.57º67.68%80.59%-
HSV(B)46.57º28.03%93.73%-
XYZ69.774.6449.76-
YUV222.5699.47139.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.64%
GREEN value IS 224 (87.89% from 255) = 35.28%
BLUE value IS 172 (67.58% from 255) = 27.09%
R=37.64%
G=35.28%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922417200.060.280.0646.5767.6880.59
HexEFE0AC061C62f4451
Octal3573402540634657104121
Binary11101111111000001010110001101110011010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0AC; }

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

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

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

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

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

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

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

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