Html Css Color HEX #EFC0AE Zinnwaldite

📋 copy color: '#EFC0AE'

red 239 ◦ green 192 ◦ blue 174

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

Shades of Zinnwaldite #EFC0AE

Tints of Zinnwaldite #EFC0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.76%

R = 39.5%
G = 31.74%
B = 28.76%

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

#EFC0AE (or 0xEFC0AE) is known color: Zinnwaldite. HEX triplet: EF, C0 and AE. RGB value is (239,192,174). Sum of RGB (Red+Green+Blue) = 239+192+174=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC0AE is #103F51. Grayscale: #CCCCCC. Windows color (decimal): -1064786 or 11452655. OLE color: 11452655.

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

Color convert

RGB 239 192 174 -
CMYK 0 0.20 0.27 0.06
HSL 16.62º 0.67% 0.81% -
HSV(B) 16.62º 0.27% 0.94% -
XYZ 62.09 59.11 48.18 -
YUV 204 111.07 152.96 -
System Red Green Blue C M Y K H S L
Decimal 239 192 174 0 0.20 0.27 0.06 16.62 0.67 0.81
Hex EF C0 AE 0 14 1B 6 11 43 51
Octal 357 300 256 0 24 33 6 21 103 121
Binary 11101111 11000000 10101110 0 10100 11011 110 10001 1000011 1010001

Color Harmonies of #EFC0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC0AE

Black with #EFC0AE

Text Example


Text Example

White with #EFC0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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