Html Css Color HEX #EFC1AD Zinnwaldite

📋 copy color: '#EFC1AD'

red 239 ◦ green 193 ◦ blue 173

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

Shades of Zinnwaldite #EFC1AD

Tints of Zinnwaldite #EFC1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 39.5%
G = 31.9%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFC1AD (or 0xEFC1AD) is known color: Zinnwaldite. HEX triplet: EF, C1 and AD. RGB value is (239,193,173). Sum of RGB (Red+Green+Blue) = 239+193+173=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC1AD is #103E52. Grayscale: #CCCCCC. Windows color (decimal): -1064531 or 11387375. OLE color: 11387375.

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

Color convert

RGB 239 193 173 -
CMYK 0 0.19 0.28 0.06
HSL 18.18º 0.67% 0.81% -
HSV(B) 18.18º 0.28% 0.94% -
XYZ 62.21 59.51 47.74 -
YUV 204.47 110.24 152.63 -
System Red Green Blue C M Y K H S L
Decimal 239 193 173 0 0.19 0.28 0.06 18.18 0.67 0.81
Hex EF C1 AD 0 13 1C 6 12 43 51
Octal 357 301 255 0 23 34 6 22 103 121
Binary 11101111 11000001 10101101 0 10011 11100 110 10010 1000011 1010001

Color Harmonies of #EFC1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1AD

Black with #EFC1AD

Text Example


Text Example

White with #EFC1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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