Html Css Color HEX #EFC1B0 Zinnwaldite

📋 copy color: '#EFC1B0'

red 239 ◦ green 193 ◦ blue 176

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

Shades of Zinnwaldite #EFC1B0

Tints of Zinnwaldite #EFC1B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.95%

R = 39.31%
G = 31.74%
B = 28.95%

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

#EFC1B0 (or 0xEFC1B0) is known color: Zinnwaldite. HEX triplet: EF, C1 and B0. RGB value is (239,193,176). Sum of RGB (Red+Green+Blue) = 239+193+176=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 176 (69.14% from 255 or 28.95% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1B0 is #103E4F. Grayscale: #CCCCCC. Windows color (decimal): -1064528 or 11583983. OLE color: 11583983.

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

Color convert

RGB 239 193 176 -
CMYK 0 0.19 0.26 0.06
HSL 16.19º 0.66% 0.81% -
HSV(B) 16.19º 0.26% 0.94% -
XYZ 62.5 59.63 49.29 -
YUV 204.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 239 193 176 0 0.19 0.26 0.06 16.19 0.66 0.81
Hex EF C1 B0 0 13 1A 6 10 42 51
Octal 357 301 260 0 23 32 6 20 102 121
Binary 11101111 11000001 10110000 0 10011 11010 110 10000 1000010 1010001

Color Harmonies of #EFC1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1B0

Black with #EFC1B0

Text Example


Text Example

White with #EFC1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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