#EFC1B5

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

Shades of Zinnwaldite #EFC1B5

Tints of Zinnwaldite #EFC1B5

Color information

#EFC1B5 (or 0xEFC1B5) is unknown color: approx Zinnwaldite. HEX triplet: EF, C1 and B5. RGB value is (239,193,181). Sum of RGB (Red+Green+Blue) = 239+193+181=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B5 is #103E4A. Grayscale: #CDCDCD. Windows color (decimal): -1064523 or 11911663. OLE color: 11911663.

HSL color Cylindrical-coordinate representation of color #EFC1B5: hue angle of 12.41º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFC1B5 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB239193181-
CMYK00.190.240.06
HSL12.41º64.44%82.35%-
HSV(B)12.41º24.27%93.73%-
XYZ63.0159.8351.94-
YUV205.39114.24151.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.99%
GREEN value IS 193 (75.78% from 255) = 31.48%
BLUE value IS 181 (71.09% from 255) = 29.53%
R=38.99%
G=31.48%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919318100.190.240.0612.4164.4482.35
HexEFC1B5013186c4052
Octal35730126502330614100122
Binary11101111110000011011010101001111000110110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC1B5; }

 p { color: rgb(239,193,181); }

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

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

 a { background-color: rgb(239,193,181); }

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

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

 span { border-color: rgb(239,193,181); }

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