#EFBEA9

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

Shades of Zinnwaldite #EFBEA9

Tints of Zinnwaldite #EFBEA9

Color information

#EFBEA9 (or 0xEFBEA9) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and A9. RGB value is (239,190,169). Sum of RGB (Red+Green+Blue) = 239+190+169=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA9 is #104156. Grayscale: #CACACA. Windows color (decimal): -1065303 or 11124463. OLE color: 11124463.

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

Color convert

RGB239190169-
CMYK00.210.290.06
HSL18º68.63%80%-
HSV(B)18º29.29%93.73%-
XYZ61.1758.0445.52-
YUV202.26109.23154.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.97%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 169 (66.41% from 255) = 28.26%
R=39.97%
G=31.77%
B=28.26%

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
Decimal23919016900.210.290.061868.6380
HexEFBEA90151D6124550
Octal35727625102535622105120
Binary111011111011111010101001010101111011101001010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEA9; }

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

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

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

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

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

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

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

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