Html Css Color HEX #EFC0AF Zinnwaldite

📋 copy color: '#EFC0AF'

red 239 ◦ green 192 ◦ blue 175

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

Shades of Zinnwaldite #EFC0AF

Tints of Zinnwaldite #EFC0AF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.68%

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

R = 39.44%
G = 31.68%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC0AF (or 0xEFC0AF) is known color: Zinnwaldite. HEX triplet: EF, C0 and AF. RGB value is (239,192,175). Sum of RGB (Red+Green+Blue) = 239+192+175=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AF is #103F50. Grayscale: #CCCCCC. Windows color (decimal): -1064785 or 11518191. OLE color: 11518191.

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

Color convert

RGB 239 192 175 -
CMYK 0 0.20 0.27 0.06
HSL 15.94º 0.67% 0.81% -
HSV(B) 15.94º 0.27% 0.94% -
XYZ 62.18 59.15 48.7 -
YUV 204.12 111.57 152.88 -
System Red Green Blue C M Y K H S L
Decimal 239 192 175 0 0.20 0.27 0.06 15.94 0.67 0.81
Hex EF C0 AF 0 14 1B 6 10 43 51
Octal 357 300 257 0 24 33 6 20 103 121
Binary 11101111 11000000 10101111 0 10100 11011 110 10000 1000011 1010001

Color Harmonies of #EFC0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0AF

Black with #EFC0AF

Text Example


Text Example

White with #EFC0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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