#EFBFAB

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

Shades of Zinnwaldite #EFBFAB

Tints of Zinnwaldite #EFBFAB

Color information

#EFBFAB (or 0xEFBFAB) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and AB. RGB value is (239,191,171). Sum of RGB (Red+Green+Blue) = 239+191+171=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAB is #104054. Grayscale: #CBCBCB. Windows color (decimal): -1065045 or 11255791. OLE color: 11255791.

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

Color convert

RGB239191171-
CMYK00.200.280.06
HSL17.65º68%80.39%-
HSV(B)17.65º28.45%93.73%-
XYZ61.5858.5546.58-
YUV203.07109.9153.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=39.77%
G=31.78%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919117100.200.280.0617.656880.39
HexEFBFAB0141C6124450
Octal35727725302434622104120
Binary111011111011111110101011010100111001101001010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFAB; }

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

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

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

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

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

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

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

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