Html Css Color HEX #EFC1B3 Zinnwaldite

📋 copy color: '#EFC1B3'

red 239 ◦ green 193 ◦ blue 179

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

Shades of Zinnwaldite #EFC1B3

Tints of Zinnwaldite #EFC1B3

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.59%

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

R = 39.12%
G = 31.59%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EFC1B3 (or 0xEFC1B3) is known color: Zinnwaldite. HEX triplet: EF, C1 and B3. RGB value is (239,193,179). Sum of RGB (Red+Green+Blue) = 239+193+179=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 179 (70.31% from 255 or 29.30% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B3 is #103E4C. Grayscale: #CDCDCD. Windows color (decimal): -1064525 or 11780591. OLE color: 11780591.

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

Color convert

RGB 239 193 179 -
CMYK 0 0.19 0.25 0.06
HSL 14º 0.65% 0.82% -
HSV(B) 14º 0.25% 0.94% -
XYZ 62.8 59.75 50.87 -
YUV 205.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 239 193 179 0 0.19 0.25 0.06 14 0.65 0.82
Hex EF C1 B3 0 13 19 6 E 41 52
Octal 357 301 263 0 23 31 6 16 101 122
Binary 11101111 11000001 10110011 0 10011 11001 110 1110 1000001 1010010

Color Harmonies of #EFC1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1B3

Black with #EFC1B3

Text Example


Text Example

White with #EFC1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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