Html Css Color HEX #EFBFAB Zinnwaldite

📋 copy color: '#EFBFAB'

red 239 ◦ green 191 ◦ blue 171

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

Shades of Zinnwaldite #EFBFAB

Tints of Zinnwaldite #EFBFAB

RGB

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

 GREEN value IS 191 (75% from 255) = 31.78%

 BLUE value IS 171 (67.19% from 255) = 28.45%

R = 39.77%
G = 31.78%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFBFAB (or 0xEFBFAB) is known color: Zinnwaldite. HEX triplet: EF, BF and AB. RGB value is (239,191,171). Sum of RGB (Red+Green+Blue) = 239+191+171=601 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.77% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFAB is #104054. Grayscale: #CBCBCB. Windows color (decimal): -1065045 or 11255791. OLE color: 11255791.

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

Color convert

RGB 239 191 171 -
CMYK 0 0.20 0.28 0.06
HSL 17.65º 0.68% 0.8% -
HSV(B) 17.65º 0.28% 0.94% -
XYZ 61.58 58.55 46.58 -
YUV 203.07 109.9 153.63 -
System Red Green Blue C M Y K H S L
Decimal 239 191 171 0 0.20 0.28 0.06 17.65 0.68 0.8
Hex EF BF AB 0 14 1C 6 12 44 50
Octal 357 277 253 0 24 34 6 22 104 120
Binary 11101111 10111111 10101011 0 10100 11100 110 10010 1000100 1010000

Color Harmonies of #EFBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBFAB

Black with #EFBFAB

Text Example


Text Example

White with #EFBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBFAB; }

 p { color: rgb(239,191,171); }

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

background-color css

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

 a { background-color: rgb(239,191,171); }

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

border-color css

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

 span { border-color: rgb(239,191,171); }

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