Html Css Color HEX #EFBCAC Zinnwaldite

📋 copy color: '#EFBCAC'

red 239 ◦ green 188 ◦ blue 172

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

Shades of Zinnwaldite #EFBCAC

Tints of Zinnwaldite #EFBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 39.9%
G = 31.39%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFBCAC (or 0xEFBCAC) is known color: Zinnwaldite. HEX triplet: EF, BC and AC. RGB value is (239,188,172). Sum of RGB (Red+Green+Blue) = 239+188+172=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCAC is #104353. Grayscale: #C9C9C9. Windows color (decimal): -1065812 or 11320559. OLE color: 11320559.

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

Color convert

RGB 239 188 172 -
CMYK 0 0.21 0.28 0.06
HSL 14.33º 0.68% 0.81% -
HSV(B) 14.33º 0.28% 0.94% -
XYZ 61.03 57.3 46.87 -
YUV 201.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 239 188 172 0 0.21 0.28 0.06 14.33 0.68 0.81
Hex EF BC AC 0 15 1C 6 E 44 51
Octal 357 274 254 0 25 34 6 16 104 121
Binary 11101111 10111100 10101100 0 10101 11100 110 1110 1000100 1010001

Color Harmonies of #EFBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCAC

Black with #EFBCAC

Text Example


Text Example

White with #EFBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCAC; }

 p { color: rgb(239,188,172); }

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

background-color css

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

 a { background-color: rgb(239,188,172); }

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

border-color css

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

 span { border-color: rgb(239,188,172); }

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