Html Css Color HEX #EFBBA7 Zinnwaldite

📋 copy color: '#EFBBA7'

red 239 ◦ green 187 ◦ blue 167

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

Shades of Zinnwaldite #EFBBA7

Tints of Zinnwaldite #EFBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.16%

R = 40.3%
G = 31.53%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EFBBA7 (or 0xEFBBA7) is known color: Zinnwaldite. HEX triplet: EF, BB and A7. RGB value is (239,187,167). Sum of RGB (Red+Green+Blue) = 239+187+167=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 167 (65.62% from 255 or 28.16% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA7 is #104458. Grayscale: #C8C8C8. Windows color (decimal): -1066073 or 10992623. OLE color: 10992623.

HSL color Cylindrical-coordinate representation of color #EFBBA7: hue angle of 16.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFBBA7 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 187 167 -
CMYK 0 0.22 0.30 0.06
HSL 16.67º 0.69% 0.8% -
HSV(B) 16.67º 0.3% 0.94% -
XYZ 60.34 56.68 44.32 -
YUV 200.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 239 187 167 0 0.22 0.30 0.06 16.67 0.69 0.8
Hex EF BB A7 0 16 1E 6 11 45 50
Octal 357 273 247 0 26 36 6 21 105 120
Binary 11101111 10111011 10100111 0 10110 11110 110 10001 1000101 1010000

Color Harmonies of #EFBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA7

Black with #EFBBA7

Text Example


Text Example

White with #EFBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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