#EFBFAE

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

Shades of Zinnwaldite #EFBFAE

Tints of Zinnwaldite #EFBFAE

Color information

#EFBFAE (or 0xEFBFAE) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and AE. RGB value is (239,191,174). Sum of RGB (Red+Green+Blue) = 239+191+174=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAE is #104051. Grayscale: #CBCBCB. Windows color (decimal): -1065042 or 11452399. OLE color: 11452399.

HSL color Cylindrical-coordinate representation of color #EFBFAE: hue angle of 15.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFBFAE is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB239191174-
CMYK00.200.270.06
HSL15.69º67.01%80.98%-
HSV(B)15.69º27.2%93.73%-
XYZ61.8758.6748.11-
YUV203.41111.4153.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.57%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 174 (68.36% from 255) = 28.81%
R=39.57%
G=31.62%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919117400.200.270.0615.6967.0180.98
HexEFBFAE0141B6104351
Octal35727725602433620103121
Binary111011111011111110101110010100110111101000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFAE; }

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

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

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

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

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

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

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

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