#EFBCA9

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

Shades of Zinnwaldite #EFBCA9

Tints of Zinnwaldite #EFBCA9

Color information

#EFBCA9 (or 0xEFBCA9) is unknown color: approx Zinnwaldite. HEX triplet: EF, BC and A9. RGB value is (239,188,169). Sum of RGB (Red+Green+Blue) = 239+188+169=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCA9 is #104356. Grayscale: #C9C9C9. Windows color (decimal): -1065815 or 11123951. OLE color: 11123951.

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

Color convert

RGB239188169-
CMYK00.210.290.06
HSL16.29º68.63%80%-
HSV(B)16.29º29.29%93.73%-
XYZ60.7457.1845.37-
YUV201.08109.9155.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 188 (73.83% from 255) = 31.54%
BLUE value IS 169 (66.41% from 255) = 28.36%
R=40.10%
G=31.54%
B=28.36%

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
Decimal23918816900.210.290.0616.2968.6380
HexEFBCA90151D6104550
Octal35727425102535620105120
Binary111011111011110010101001010101111011101000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCA9; }

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

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

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

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

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

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

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

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