Html Css Color HEX #EFBEAC Zinnwaldite

📋 copy color: '#EFBEAC'

red 239 ◦ green 190 ◦ blue 172

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

Shades of Zinnwaldite #EFBEAC

Tints of Zinnwaldite #EFBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.61%

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

R = 39.77%
G = 31.61%
B = 28.62%

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

#EFBEAC (or 0xEFBEAC) is known color: Zinnwaldite. HEX triplet: EF, BE and AC. RGB value is (239,190,172). Sum of RGB (Red+Green+Blue) = 239+190+172=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEAC is #104153. Grayscale: #CACACA. Windows color (decimal): -1065300 or 11321071. OLE color: 11321071.

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

Color convert

RGB 239 190 172 -
CMYK 0 0.21 0.28 0.06
HSL 16.12º 0.68% 0.81% -
HSV(B) 16.12º 0.28% 0.94% -
XYZ 61.46 58.16 47.02 -
YUV 202.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 239 190 172 0 0.21 0.28 0.06 16.12 0.68 0.81
Hex EF BE AC 0 15 1C 6 10 44 51
Octal 357 276 254 0 25 34 6 20 104 121
Binary 11101111 10111110 10101100 0 10101 11100 110 10000 1000100 1010001

Color Harmonies of #EFBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBEAC

Black with #EFBEAC

Text Example


Text Example

White with #EFBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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