Html Css Color HEX #EFC4AC Zinnwaldite

📋 copy color: '#EFC4AC'

red 239 ◦ green 196 ◦ blue 172

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

Shades of Zinnwaldite #EFC4AC

Tints of Zinnwaldite #EFC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.29%

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

R = 39.37%
G = 32.29%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC4AC (or 0xEFC4AC) is known color: Zinnwaldite. HEX triplet: EF, C4 and AC. RGB value is (239,196,172). Sum of RGB (Red+Green+Blue) = 239+196+172=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC4AC is #103B53. Grayscale: #CECECE. Windows color (decimal): -1063764 or 11322607. OLE color: 11322607.

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

Color convert

RGB 239 196 172 -
CMYK 0 0.18 0.28 0.06
HSL 21.49º 0.68% 0.81% -
HSV(B) 21.49º 0.28% 0.94% -
XYZ 62.78 60.81 47.46 -
YUV 206.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 239 196 172 0 0.18 0.28 0.06 21.49 0.68 0.81
Hex EF C4 AC 0 12 1C 6 15 44 51
Octal 357 304 254 0 22 34 6 25 104 121
Binary 11101111 11000100 10101100 0 10010 11100 110 10101 1000100 1010001

Color Harmonies of #EFC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4AC

Black with #EFC4AC

Text Example


Text Example

White with #EFC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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