Html Css Color HEX #EFC2AD Zinnwaldite

📋 copy color: '#EFC2AD'

red 239 ◦ green 194 ◦ blue 173

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

Shades of Zinnwaldite #EFC2AD

Tints of Zinnwaldite #EFC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.01%

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

R = 39.44%
G = 32.01%
B = 28.55%

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

#EFC2AD (or 0xEFC2AD) is known color: Zinnwaldite. HEX triplet: EF, C2 and AD. RGB value is (239,194,173). Sum of RGB (Red+Green+Blue) = 239+194+173=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 194 (76.17% from 255 or 32.01% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AD is #103D52. Grayscale: #CDCDCD. Windows color (decimal): -1064275 or 11387631. OLE color: 11387631.

HSL color Cylindrical-coordinate representation of color #EFC2AD: hue angle of 19.09º 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 #EFC2AD is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 173 -
CMYK 0 0.19 0.28 0.06
HSL 19.09º 0.67% 0.81% -
HSV(B) 19.09º 0.28% 0.94% -
XYZ 62.43 59.95 47.82 -
YUV 205.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 239 194 173 0 0.19 0.28 0.06 19.09 0.67 0.81
Hex EF C2 AD 0 13 1C 6 13 43 51
Octal 357 302 255 0 23 34 6 23 103 121
Binary 11101111 11000010 10101101 0 10011 11100 110 10011 1000011 1010001

Color Harmonies of #EFC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2AD

Black with #EFC2AD

Text Example


Text Example

White with #EFC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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