Html Css Color HEX #EFC5AE Zinnwaldite

📋 copy color: '#EFC5AE'

red 239 ◦ green 197 ◦ blue 174

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

Shades of Zinnwaldite #EFC5AE

Tints of Zinnwaldite #EFC5AE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.3%

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

R = 39.18%
G = 32.3%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EFC5AE (or 0xEFC5AE) is known color: Zinnwaldite. HEX triplet: EF, C5 and AE. RGB value is (239,197,174). Sum of RGB (Red+Green+Blue) = 239+197+174=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC5AE is #103A51. Grayscale: #CFCFCF. Windows color (decimal): -1063506 or 11453935. OLE color: 11453935.

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

Color convert

RGB 239 197 174 -
CMYK 0 0.18 0.27 0.06
HSL 21.23º 0.67% 0.81% -
HSV(B) 21.23º 0.27% 0.94% -
XYZ 63.2 61.34 48.55 -
YUV 206.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 239 197 174 0 0.18 0.27 0.06 21.23 0.67 0.81
Hex EF C5 AE 0 12 1B 6 15 43 51
Octal 357 305 256 0 22 33 6 25 103 121
Binary 11101111 11000101 10101110 0 10010 11011 110 10101 1000011 1010001

Color Harmonies of #EFC5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5AE

Black with #EFC5AE

Text Example


Text Example

White with #EFC5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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