Html Css Color HEX #EFC1AB Zinnwaldite

📋 copy color: '#EFC1AB'

red 239 ◦ green 193 ◦ blue 171

#EFC1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zinnwaldite #EFC1AB

Tints of Zinnwaldite #EFC1AB

RGB

 RED value IS 239 (93.75% from 255) = 39.64%

 GREEN value IS 193 (75.78% from 255) = 32.01%

 BLUE value IS 171 (67.19% from 255) = 28.36%

R = 39.64%
G = 32.01%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC1AB (or 0xEFC1AB) is known color: Zinnwaldite. HEX triplet: EF, C1 and AB. RGB value is (239,193,171). Sum of RGB (Red+Green+Blue) = 239+193+171=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AB is #103E54. Grayscale: #CCCCCC. Windows color (decimal): -1064533 or 11256303. OLE color: 11256303.

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

Color convert

RGB 239 193 171 -
CMYK 0 0.19 0.28 0.06
HSL 19.41º 0.68% 0.8% -
HSV(B) 19.41º 0.28% 0.94% -
XYZ 62.02 59.43 46.73 -
YUV 204.25 109.24 152.79 -
System Red Green Blue C M Y K H S L
Decimal 239 193 171 0 0.19 0.28 0.06 19.41 0.68 0.8
Hex EF C1 AB 0 13 1C 6 13 44 50
Octal 357 301 253 0 23 34 6 23 104 120
Binary 11101111 11000001 10101011 0 10011 11100 110 10011 1000100 1010000

Color Harmonies of #EFC1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1AB

Black with #EFC1AB

Text Example


Text Example

White with #EFC1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1AB; }

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

 H1.HeaderClassName
 {
   color: #EFC1AB;
 }
 .AnyTagClassName
 {
   color: #EFC1AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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