Html Css Color HEX #EFBBA8 Zinnwaldite

📋 copy color: '#EFBBA8'

red 239 ◦ green 187 ◦ blue 168

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

Shades of Zinnwaldite #EFBBA8

Tints of Zinnwaldite #EFBBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 28.28%

R = 40.24%
G = 31.48%
B = 28.28%

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

#EFBBA8 (or 0xEFBBA8) is known color: Zinnwaldite. HEX triplet: EF, BB and A8. RGB value is (239,187,168). Sum of RGB (Red+Green+Blue) = 239+187+168=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 168 (66.02% from 255 or 28.28% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBBA8 is #104457. Grayscale: #C8C8C8. Windows color (decimal): -1066072 or 11058159. OLE color: 11058159.

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

Color convert

RGB 239 187 168 -
CMYK 0 0.22 0.30 0.06
HSL 16.06º 0.69% 0.8% -
HSV(B) 16.06º 0.3% 0.94% -
XYZ 60.43 56.72 44.81 -
YUV 200.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 239 187 168 0 0.22 0.30 0.06 16.06 0.69 0.8
Hex EF BB A8 0 16 1E 6 10 45 50
Octal 357 273 250 0 26 36 6 20 105 120
Binary 11101111 10111011 10101000 0 10110 11110 110 10000 1000101 1010000

Color Harmonies of #EFBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBBA8

Black with #EFBBA8

Text Example


Text Example

White with #EFBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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