#EFBDA8

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

Shades of Zinnwaldite #EFBDA8

Tints of Zinnwaldite #EFBDA8

Color information

#EFBDA8 (or 0xEFBDA8) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and A8. RGB value is (239,189,168). Sum of RGB (Red+Green+Blue) = 239+189+168=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 168 (66.02% from 255 or 28.19% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA8 is #104257. Grayscale: #C9C9C9. Windows color (decimal): -1065560 or 11058671. OLE color: 11058671.

HSL color Cylindrical-coordinate representation of color #EFBDA8: hue angle of 17.75º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFBDA8 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB239189168-
CMYK00.210.300.06
HSL17.75º68.93%79.8%-
HSV(B)17.75º29.71%93.73%-
XYZ60.8657.5744.95-
YUV201.56109.06154.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 168 (66.02% from 255) = 28.19%
R=40.10%
G=31.71%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918916800.210.300.0617.7568.9379.8
HexEFBDA80151E6124550
Octal35727525002536622105120
Binary111011111011110110101000010101111101101001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDA8; }

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

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

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

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

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

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

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

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