#efbaab

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

Shades of Zinnwaldite #EFBAAB

Tints of Zinnwaldite #EFBAAB

Color information

#EFBAAB (or 0xEFBAAB) is unknown color: approx Zinnwaldite. HEX triplet: EF, BA and AB. RGB value is (239,186,171). Sum of RGB (Red+Green+Blue) = 239+186+171=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAB is #104554. Grayscale: #C8C8C8. Windows color (decimal): -1066325 or 11254511. OLE color: 11254511.

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

Color convert

RGB239186171-
CMYK00.220.280.06
HSL13.24º68%80.39%-
HSV(B)13.24º28.45%93.73%-
XYZ60.5156.4146.23-
YUV200.14111.56155.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=40.10%
G=31.21%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918617100.220.280.0613.246880.39
HexEFBAAB0161C6d4450
Octal35727225302634615104120
Binary11101111101110101010101101011011100110110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efbaab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efbaab; }

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

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

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

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

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

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

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

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