#EFC2AD

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

Shades of Zinnwaldite #EFC2AD

Tints of Zinnwaldite #EFC2AD

Color information

#EFC2AD (or 0xEFC2AD) is unknown color: approx Zinnwaldite. HEX triplet: EF, C2 and AD. RGB value is (239,194,173). Sum of RGB (Red+Green+Blue) = 239+194+173=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AD is #103D52. Grayscale: #CDCDCD. Windows color (decimal): -1064275 or 11387631. OLE color: 11387631.

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

Color convert

RGB239194173-
CMYK00.190.280.06
HSL19.09º67.35%80.78%-
HSV(B)19.09º27.62%93.73%-
XYZ62.4359.9547.82-
YUV205.06109.91152.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.44%
GREEN value IS 194 (76.17% from 255) = 32.01%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=39.44%
G=32.01%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919417300.190.280.0619.0967.3580.78
HexEFC2AD0131C6134351
Octal35730225502334623103121
Binary111011111100001010101101010011111001101001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2AD; }

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

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

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

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

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

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

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

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