Html Css Color HEX #EFC0AC Zinnwaldite

📋 copy color: '#EFC0AC'

red 239 ◦ green 192 ◦ blue 172

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

Shades of Zinnwaldite #EFC0AC

Tints of Zinnwaldite #EFC0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.52%

R = 39.64%
G = 31.84%
B = 28.52%

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

#EFC0AC (or 0xEFC0AC) is known color: Zinnwaldite. HEX triplet: EF, C0 and AC. RGB value is (239,192,172). Sum of RGB (Red+Green+Blue) = 239+192+172=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AC is #103F53. Grayscale: #CBCBCB. Windows color (decimal): -1064788 or 11321583. OLE color: 11321583.

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

Color convert

RGB 239 192 172 -
CMYK 0 0.20 0.28 0.06
HSL 17.91º 0.68% 0.81% -
HSV(B) 17.91º 0.28% 0.94% -
XYZ 61.89 59.03 47.16 -
YUV 203.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 239 192 172 0 0.20 0.28 0.06 17.91 0.68 0.81
Hex EF C0 AC 0 14 1C 6 12 44 51
Octal 357 300 254 0 24 34 6 22 104 121
Binary 11101111 11000000 10101100 0 10100 11100 110 10010 1000100 1010001

Color Harmonies of #EFC0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0AC

Black with #EFC0AC

Text Example


Text Example

White with #EFC0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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