#EFBDAF

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

Shades of Zinnwaldite #EFBDAF

Tints of Zinnwaldite #EFBDAF

Color information

#EFBDAF (or 0xEFBDAF) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and AF. RGB value is (239,189,175). Sum of RGB (Red+Green+Blue) = 239+189+175=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDAF is #104250. Grayscale: #CACACA. Windows color (decimal): -1065553 or 11517423. OLE color: 11517423.

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

Color convert

RGB239189175-
CMYK00.210.270.06
HSL13.13º66.67%81.18%-
HSV(B)13.13º26.78%93.73%-
XYZ61.5357.8448.48-
YUV202.35112.56154.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 175 (68.75% from 255) = 29.02%
R=39.64%
G=31.34%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918917500.210.270.0613.1366.6781.18
HexEFBDAF0151B6d4351
Octal35727525702533615103121
Binary11101111101111011010111101010111011110110110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDAF; }

 p { color: rgb(239,189,175); }

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

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

 a { background-color: rgb(239,189,175); }

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

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

 span { border-color: rgb(239,189,175); }

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