#EFBDA9

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

Shades of Zinnwaldite #EFBDA9

Tints of Zinnwaldite #EFBDA9

Color information

#EFBDA9 (or 0xEFBDA9) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and A9. RGB value is (239,189,169). Sum of RGB (Red+Green+Blue) = 239+189+169=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 169 (66.41% from 255 or 28.31% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDA9 is #104256. Grayscale: #C9C9C9. Windows color (decimal): -1065559 or 11124207. OLE color: 11124207.

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

Color convert

RGB239189169-
CMYK00.210.290.06
HSL17.14º68.63%80%-
HSV(B)17.14º29.29%93.73%-
XYZ60.9657.6145.44-
YUV201.67109.56154.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.03%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 169 (66.41% from 255) = 28.31%
R=40.03%
G=31.66%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918916900.210.290.0617.1468.6380
HexEFBDA90151D6114550
Octal35727525102535621105120
Binary111011111011110110101001010101111011101000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDA9; }

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

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

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

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

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

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

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

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