#EFBDAD

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

Shades of Zinnwaldite #EFBDAD

Tints of Zinnwaldite #EFBDAD

Color information

#EFBDAD (or 0xEFBDAD) is unknown color: approx Zinnwaldite. HEX triplet: EF, BD and AD. RGB value is (239,189,173). Sum of RGB (Red+Green+Blue) = 239+189+173=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBDAD is #104252. Grayscale: #CACACA. Windows color (decimal): -1065555 or 11386351. OLE color: 11386351.

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

Color convert

RGB239189173-
CMYK00.210.280.06
HSL14.55º67.35%80.78%-
HSV(B)14.55º27.62%93.73%-
XYZ61.3457.7647.45-
YUV202.13111.56154.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.77%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 173 (67.97% from 255) = 28.79%
R=39.77%
G=31.45%
B=28.79%

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
Decimal23918917300.210.280.0614.5567.3580.78
HexEFBDAD0151C6f4351
Octal35727525502534617103121
Binary11101111101111011010110101010111100110111110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBDAD; }

 p { color: rgb(239,189,173); }

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

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

 a { background-color: rgb(239,189,173); }

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

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

 span { border-color: rgb(239,189,173); }

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