Html Css Color HEX #EFBBAB Zinnwaldite

📋 copy color: '#EFBBAB'

red 239 ◦ green 187 ◦ blue 171

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

Shades of Zinnwaldite #EFBBAB

Tints of Zinnwaldite #EFBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.32%

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

R = 40.03%
G = 31.32%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFBBAB (or 0xEFBBAB) is known color: Zinnwaldite. HEX triplet: EF, BB and AB. RGB value is (239,187,171). Sum of RGB (Red+Green+Blue) = 239+187+171=597 (79% of max value = 765). Red value is 239 (93.75% from 255 or 40.03% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBAB is #104454. Grayscale: #C8C8C8. Windows color (decimal): -1066069 or 11254767. OLE color: 11254767.

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

Color convert

RGB 239 187 171 -
CMYK 0 0.22 0.28 0.06
HSL 14.12º 0.68% 0.8% -
HSV(B) 14.12º 0.28% 0.94% -
XYZ 60.72 56.83 46.3 -
YUV 200.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 239 187 171 0 0.22 0.28 0.06 14.12 0.68 0.8
Hex EF BB AB 0 16 1C 6 E 44 50
Octal 357 273 253 0 26 34 6 16 104 120
Binary 11101111 10111011 10101011 0 10110 11100 110 1110 1000100 1010000

Color Harmonies of #EFBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBAB

Black with #EFBBAB

Text Example


Text Example

White with #EFBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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