Html Css Color HEX #EFC1B1 Zinnwaldite

📋 copy color: '#EFC1B1'

red 239 ◦ green 193 ◦ blue 177

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

Shades of Zinnwaldite #EFC1B1

Tints of Zinnwaldite #EFC1B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.06%

R = 39.24%
G = 31.69%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EFC1B1 (or 0xEFC1B1) is known color: Zinnwaldite. HEX triplet: EF, C1 and B1. RGB value is (239,193,177). Sum of RGB (Red+Green+Blue) = 239+193+177=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1B1 is #103E4E. Grayscale: #CDCDCD. Windows color (decimal): -1064527 or 11649519. OLE color: 11649519.

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

Color convert

RGB 239 193 177 -
CMYK 0 0.19 0.26 0.06
HSL 15.48º 0.66% 0.82% -
HSV(B) 15.48º 0.26% 0.94% -
XYZ 62.6 59.66 49.81 -
YUV 204.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 239 193 177 0 0.19 0.26 0.06 15.48 0.66 0.82
Hex EF C1 B1 0 13 1A 6 F 42 52
Octal 357 301 261 0 23 32 6 17 102 122
Binary 11101111 11000001 10110001 0 10011 11010 110 1111 1000010 1010010

Color Harmonies of #EFC1B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1B1

Black with #EFC1B1

Text Example


Text Example

White with #EFC1B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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