#EFE0AB

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

Shades of Sidecar #EFE0AB

Tints of Sidecar #EFE0AB

Color information

#EFE0AB (or 0xEFE0AB) is unknown color: approx Sidecar. HEX triplet: EF, E0 and AB. RGB value is (239,224,171). Sum of RGB (Red+Green+Blue) = 239+224+171=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE0AB is #101F54. Grayscale: #DEDEDE. Windows color (decimal): -1056597 or 11264239. OLE color: 11264239.

HSL color Cylindrical-coordinate representation of color #EFE0AB: hue angle of 46.76º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFE0AB is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB239224171-
CMYK00.060.280.06
HSL46.76º68%80.39%-
HSV(B)46.76º28.45%93.73%-
XYZ69.674.649.26-
YUV222.4498.97139.81-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 224 (87.89% from 255) = 35.33%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=37.70%
G=35.33%
B=26.97%

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
Decimal23922417100.060.280.0646.766880.39
HexEFE0AB061C62f4450
Octal3573402530634657104120
Binary11101111111000001010101101101110011010111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE0AB; }

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

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

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

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

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

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

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

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