Html Css Color HEX #EFC1B5 Zinnwaldite

📋 copy color: '#EFC1B5'

red 239 ◦ green 193 ◦ blue 181

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

Shades of Zinnwaldite #EFC1B5

Tints of Zinnwaldite #EFC1B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.53%

R = 38.99%
G = 31.48%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#EFC1B5 (or 0xEFC1B5) is known color: Zinnwaldite. HEX triplet: EF, C1 and B5. RGB value is (239,193,181). Sum of RGB (Red+Green+Blue) = 239+193+181=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1B5 is #103E4A. Grayscale: #CDCDCD. Windows color (decimal): -1064523 or 11911663. OLE color: 11911663.

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

Color convert

RGB 239 193 181 -
CMYK 0 0.19 0.24 0.06
HSL 12.41º 0.64% 0.82% -
HSV(B) 12.41º 0.24% 0.94% -
XYZ 63.01 59.83 51.94 -
YUV 205.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 239 193 181 0 0.19 0.24 0.06 12.41 0.64 0.82
Hex EF C1 B5 0 13 18 6 C 40 52
Octal 357 301 265 0 23 30 6 14 100 122
Binary 11101111 11000001 10110101 0 10011 11000 110 1100 1000000 1010010

Color Harmonies of #EFC1B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1B5

Black with #EFC1B5

Text Example


Text Example

White with #EFC1B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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