Html Css Color HEX #EFC4AB Zinnwaldite

📋 copy color: '#EFC4AB'

red 239 ◦ green 196 ◦ blue 171

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

Shades of Zinnwaldite #EFC4AB

Tints of Zinnwaldite #EFC4AB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.34%

 BLUE value IS 171 (67.19% from 255) = 28.22%

R = 39.44%
G = 32.34%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC4AB (or 0xEFC4AB) is known color: Zinnwaldite. HEX triplet: EF, C4 and AB. RGB value is (239,196,171). Sum of RGB (Red+Green+Blue) = 239+196+171=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC4AB is #103B54. Grayscale: #CECECE. Windows color (decimal): -1063765 or 11257071. OLE color: 11257071.

HSL color Cylindrical-coordinate representation of color #EFC4AB: hue angle of 22.06º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EFC4AB is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 171 -
CMYK 0 0.18 0.28 0.06
HSL 22.06º 0.68% 0.8% -
HSV(B) 22.06º 0.28% 0.94% -
XYZ 62.69 60.77 46.95 -
YUV 206.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 239 196 171 0 0.18 0.28 0.06 22.06 0.68 0.8
Hex EF C4 AB 0 12 1C 6 16 44 50
Octal 357 304 253 0 22 34 6 26 104 120
Binary 11101111 11000100 10101011 0 10010 11100 110 10110 1000100 1010000

Color Harmonies of #EFC4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4AB

Black with #EFC4AB

Text Example


Text Example

White with #EFC4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4AB; }

 p { color: rgb(239,196,171); }

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

background-color css

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

 a { background-color: rgb(239,196,171); }

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

border-color css

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

 span { border-color: rgb(239,196,171); }

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