#EFBDA6

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

Shades of Zinnwaldite #EFBDA6

Tints of Zinnwaldite #EFBDA6

Color information

#EFBDA6 (or 0xEFBDA6) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and A6. RGB value is (239,189,166). Sum of RGB (Red+Green+Blue) = 239+189+166=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA6 is #104259. Grayscale: #C9C9C9. Windows color (decimal): -1065562 or 10927599. OLE color: 10927599.

HSL color Cylindrical-coordinate representation of color #EFBDA6: hue angle of 18.9º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBDA6 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB239189166-
CMYK00.210.310.06
HSL18.9º69.52%79.41%-
HSV(B)18.9º30.54%93.73%-
XYZ60.6857.543.98-
YUV201.33108.06154.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 166 (65.23% from 255) = 27.95%
R=40.24%
G=31.82%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918916600.210.310.0618.969.5279.41
HexEFBDA60151F613464f
Octal35727524602537623106117
Binary111011111011110110100110010101111111101001110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDA6; }

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

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

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

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

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

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

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

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