Html Css Color HEX #EFC6B3 Zinnwaldite

📋 copy color: '#EFC6B3'

red 239 ◦ green 198 ◦ blue 179

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

Shades of Zinnwaldite #EFC6B3

Tints of Zinnwaldite #EFC6B3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.14%

 BLUE value IS 179 (70.31% from 255) = 29.06%

R = 38.8%
G = 32.14%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFC6B3 (or 0xEFC6B3) is known color: Zinnwaldite. HEX triplet: EF, C6 and B3. RGB value is (239,198,179). Sum of RGB (Red+Green+Blue) = 239+198+179=616 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.80% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 179 (70.31% from 255 or 29.06% from 616); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6B3 is #10394C. Grayscale: #D0D0D0. Windows color (decimal): -1063245 or 11781871. OLE color: 11781871.

HSL color Cylindrical-coordinate representation of color #EFC6B3: hue angle of 19º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EFC6B3 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 179 -
CMYK 0 0.17 0.25 0.06
HSL 19º 0.65% 0.82% -
HSV(B) 19º 0.25% 0.94% -
XYZ 63.93 61.99 51.24 -
YUV 208.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 239 198 179 0 0.17 0.25 0.06 19 0.65 0.82
Hex EF C6 B3 0 11 19 6 13 41 52
Octal 357 306 263 0 21 31 6 23 101 122
Binary 11101111 11000110 10110011 0 10001 11001 110 10011 1000001 1010010

Color Harmonies of #EFC6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6B3

Black with #EFC6B3

Text Example


Text Example

White with #EFC6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6B3; }

 p { color: rgb(239,198,179); }

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

background-color css

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

 a { background-color: rgb(239,198,179); }

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

border-color css

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

 span { border-color: rgb(239,198,179); }

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