#EFE1AD

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

Shades of Sidecar #EFE1AD

Tints of Sidecar #EFE1AD

Color information

#EFE1AD (or 0xEFE1AD) is unknown color: approx Sidecar. HEX triplet: EF, E1 and AD. RGB value is (239,225,173). Sum of RGB (Red+Green+Blue) = 239+225+173=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1AD is #101E52. Grayscale: #DFDFDF. Windows color (decimal): -1056339 or 11395567. OLE color: 11395567.

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

Color convert

RGB239225173-
CMYK00.060.280.06
HSL47.27º67.35%80.78%-
HSV(B)47.27º27.62%93.73%-
XYZ70.0675.2250.36-
YUV223.2699.64139.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=37.52%
G=35.32%
B=27.16%

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
Decimal23922517300.060.280.0647.2767.3580.78
HexEFE1AD061C62f4351
Octal3573412550634657103121
Binary11101111111000011010110101101110011010111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE1AD; }

 p { color: rgb(239,225,173); }

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

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

 a { background-color: rgb(239,225,173); }

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

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

 span { border-color: rgb(239,225,173); }

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