#EFBFAD

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

Shades of Zinnwaldite #EFBFAD

Tints of Zinnwaldite #EFBFAD

Color information

#EFBFAD (or 0xEFBFAD) is unknown color: approx Zinnwaldite. HEX triplet: EF, BF and AD. RGB value is (239,191,173). Sum of RGB (Red+Green+Blue) = 239+191+173=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 173 (67.97% from 255 or 28.69% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAD is #104052. Grayscale: #CBCBCB. Windows color (decimal): -1065043 or 11386863. OLE color: 11386863.

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

Color convert

RGB239191173-
CMYK00.200.280.06
HSL16.36º67.35%80.78%-
HSV(B)16.36º27.62%93.73%-
XYZ61.7758.6347.6-
YUV203.3110.9153.46-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.64%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 173 (67.97% from 255) = 28.69%
R=39.64%
G=31.67%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919117300.200.280.0616.3667.3580.78
HexEFBFAD0141C6104351
Octal35727725502434620103121
Binary111011111011111110101101010100111001101000010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFAD; }

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

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

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

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

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

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

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

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