#EFBBA7

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

Shades of Zinnwaldite #EFBBA7

Tints of Zinnwaldite #EFBBA7

Color information

#EFBBA7 (or 0xEFBBA7) is unknown color: approx Zinnwaldite. HEX triplet: EF, BB and A7. RGB value is (239,187,167). Sum of RGB (Red+Green+Blue) = 239+187+167=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA7 is #104458. Grayscale: #C8C8C8. Windows color (decimal): -1066073 or 10992623. OLE color: 10992623.

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

Color convert

RGB239187167-
CMYK00.220.300.06
HSL16.67º69.23%79.61%-
HSV(B)16.67º30.13%93.73%-
XYZ60.3456.6844.32-
YUV200.27109.23155.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 187 (73.44% from 255) = 31.53%
BLUE value IS 167 (65.62% from 255) = 28.16%
R=40.30%
G=31.53%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918716700.220.300.0616.6769.2379.61
HexEFBBA70161E6114550
Octal35727324702636621105120
Binary111011111011101110100111010110111101101000110001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBA7; }

 p { color: rgb(239,187,167); }

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

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

 a { background-color: rgb(239,187,167); }

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

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

 span { border-color: rgb(239,187,167); }

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