Html Css Color HEX #EFC3AF Zinnwaldite

📋 copy color: '#EFC3AF'

red 239 ◦ green 195 ◦ blue 175

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

Shades of Zinnwaldite #EFC3AF

Tints of Zinnwaldite #EFC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 32.02%

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

R = 39.24%
G = 32.02%
B = 28.74%

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

#EFC3AF (or 0xEFC3AF) is known color: Zinnwaldite. HEX triplet: EF, C3 and AF. RGB value is (239,195,175). Sum of RGB (Red+Green+Blue) = 239+195+175=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC3AF is #103C50. Grayscale: #CECECE. Windows color (decimal): -1064017 or 11518959. OLE color: 11518959.

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

Color convert

RGB 239 195 175 -
CMYK 0 0.18 0.27 0.06
HSL 18.75º 0.67% 0.81% -
HSV(B) 18.75º 0.27% 0.94% -
XYZ 62.85 60.48 48.92 -
YUV 205.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 239 195 175 0 0.18 0.27 0.06 18.75 0.67 0.81
Hex EF C3 AF 0 12 1B 6 13 43 51
Octal 357 303 257 0 22 33 6 23 103 121
Binary 11101111 11000011 10101111 0 10010 11011 110 10011 1000011 1010001

Color Harmonies of #EFC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3AF

Black with #EFC3AF

Text Example


Text Example

White with #EFC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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