Html Css Color HEX #EFC0AB Zinnwaldite

📋 copy color: '#EFC0AB'

red 239 ◦ green 192 ◦ blue 171

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

Shades of Zinnwaldite #EFC0AB

Tints of Zinnwaldite #EFC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

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

R = 39.7%
G = 31.89%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC0AB (or 0xEFC0AB) is known color: Zinnwaldite. HEX triplet: EF, C0 and AB. RGB value is (239,192,171). Sum of RGB (Red+Green+Blue) = 239+192+171=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AB is #103F54. Grayscale: #CBCBCB. Windows color (decimal): -1064789 or 11256047. OLE color: 11256047.

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

Color convert

RGB 239 192 171 -
CMYK 0 0.20 0.28 0.06
HSL 18.53º 0.68% 0.8% -
HSV(B) 18.53º 0.28% 0.94% -
XYZ 61.8 58.99 46.66 -
YUV 203.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 239 192 171 0 0.20 0.28 0.06 18.53 0.68 0.8
Hex EF C0 AB 0 14 1C 6 13 44 50
Octal 357 300 253 0 24 34 6 23 104 120
Binary 11101111 11000000 10101011 0 10100 11100 110 10011 1000100 1010000

Color Harmonies of #EFC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0AB

Black with #EFC0AB

Text Example


Text Example

White with #EFC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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