Html Css Color HEX #EFC0AA Zinnwaldite

📋 copy color: '#EFC0AA'

red 239 ◦ green 192 ◦ blue 170

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

Shades of Zinnwaldite #EFC0AA

Tints of Zinnwaldite #EFC0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.29%

R = 39.77%
G = 31.95%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFC0AA (or 0xEFC0AA) is known color: Zinnwaldite. HEX triplet: EF, C0 and AA. RGB value is (239,192,170). Sum of RGB (Red+Green+Blue) = 239+192+170=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AA is #103F55. Grayscale: #CBCBCB. Windows color (decimal): -1064790 or 11190511. OLE color: 11190511.

HSL color Cylindrical-coordinate representation of color #EFC0AA: hue angle of 19.13º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EFC0AA is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 192 170 -
CMYK 0 0.20 0.29 0.06
HSL 19.13º 0.68% 0.8% -
HSV(B) 19.13º 0.29% 0.94% -
XYZ 61.7 58.95 46.16 -
YUV 203.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 239 192 170 0 0.20 0.29 0.06 19.13 0.68 0.8
Hex EF C0 AA 0 14 1D 6 13 44 50
Octal 357 300 252 0 24 35 6 23 104 120
Binary 11101111 11000000 10101010 0 10100 11101 110 10011 1000100 1010000

Color Harmonies of #EFC0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0AA

Black with #EFC0AA

Text Example


Text Example

White with #EFC0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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