#EFBBAA

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

Shades of Zinnwaldite #EFBBAA

Tints of Zinnwaldite #EFBBAA

Color information

#EFBBAA (or 0xEFBBAA) is unknown color: approx Zinnwaldite. HEX triplet: EF, BB and AA. RGB value is (239,187,170). Sum of RGB (Red+Green+Blue) = 239+187+170=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 170 (66.80% from 255 or 28.52% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBAA is #104455. Grayscale: #C8C8C8. Windows color (decimal): -1066070 or 11189231. OLE color: 11189231.

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

Color convert

RGB239187170-
CMYK00.220.290.06
HSL14.78º68.32%80.2%-
HSV(B)14.78º28.87%93.73%-
XYZ60.6256.7945.8-
YUV200.61110.73155.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.10%
GREEN value IS 187 (73.44% from 255) = 31.38%
BLUE value IS 170 (66.80% from 255) = 28.52%
R=40.10%
G=31.38%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918717000.220.290.0614.7868.3280.2
HexEFBBAA0161D6f4450
Octal35727325202635617104120
Binary11101111101110111010101001011011101110111110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBBAA; }

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

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

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

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

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

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

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

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