Html Css Color HEX #EFC2AF Zinnwaldite

📋 copy color: '#EFC2AF'

red 239 ◦ green 194 ◦ blue 175

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

Shades of Zinnwaldite #EFC2AF

Tints of Zinnwaldite #EFC2AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 28.78%

R = 39.31%
G = 31.91%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC2AF (or 0xEFC2AF) is known color: Zinnwaldite. HEX triplet: EF, C2 and AF. RGB value is (239,194,175). Sum of RGB (Red+Green+Blue) = 239+194+175=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC2AF is #103D50. Grayscale: #CDCDCD. Windows color (decimal): -1064273 or 11518703. OLE color: 11518703.

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

Color convert

RGB 239 194 175 -
CMYK 0 0.19 0.27 0.06
HSL 17.81º 0.67% 0.81% -
HSV(B) 17.81º 0.27% 0.94% -
XYZ 62.63 60.03 48.84 -
YUV 205.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 239 194 175 0 0.19 0.27 0.06 17.81 0.67 0.81
Hex EF C2 AF 0 13 1B 6 12 43 51
Octal 357 302 257 0 23 33 6 22 103 121
Binary 11101111 11000010 10101111 0 10011 11011 110 10010 1000011 1010001

Color Harmonies of #EFC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2AF

Black with #EFC2AF

Text Example


Text Example

White with #EFC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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