#EFBEAB

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

Shades of Zinnwaldite #EFBEAB

Tints of Zinnwaldite #EFBEAB

Color information

#EFBEAB (or 0xEFBEAB) is unknown color: approx Zinnwaldite. HEX triplet: EF, BE and AB. RGB value is (239,190,171). Sum of RGB (Red+Green+Blue) = 239+190+171=600 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.83% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEAB is #104154. Grayscale: #CACACA. Windows color (decimal): -1065301 or 11255535. OLE color: 11255535.

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

Color convert

RGB239190171-
CMYK00.210.280.06
HSL16.76º68%80.39%-
HSV(B)16.76º28.45%93.73%-
XYZ61.3658.1246.51-
YUV202.48110.23154.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.83%
GREEN value IS 190 (74.61% from 255) = 31.67%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=39.83%
G=31.67%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919017100.210.280.0616.766880.39
HexEFBEAB0151C6114450
Octal35727625302534621104120
Binary111011111011111010101011010101111001101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBEAB; }

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

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

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

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

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

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

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

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