Html Css Color HEX #EFBAAA Zinnwaldite

📋 copy color: '#EFBAAA'

red 239 ◦ green 186 ◦ blue 170

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

Shades of Zinnwaldite #EFBAAA

Tints of Zinnwaldite #EFBAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.26%

 BLUE value IS 170 (66.8% from 255) = 28.57%

R = 40.17%
G = 31.26%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EFBAAA (or 0xEFBAAA) is known color: Zinnwaldite. HEX triplet: EF, BA and AA. RGB value is (239,186,170). Sum of RGB (Red+Green+Blue) = 239+186+170=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBAAA is #104555. Grayscale: #C8C8C8. Windows color (decimal): -1066326 or 11188975. OLE color: 11188975.

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

Color convert

RGB 239 186 170 -
CMYK 0 0.22 0.29 0.06
HSL 13.91º 0.68% 0.8% -
HSV(B) 13.91º 0.29% 0.94% -
XYZ 60.41 56.37 45.73 -
YUV 200.02 111.06 155.8 -
System Red Green Blue C M Y K H S L
Decimal 239 186 170 0 0.22 0.29 0.06 13.91 0.68 0.8
Hex EF BA AA 0 16 1D 6 E 44 50
Octal 357 272 252 0 26 35 6 16 104 120
Binary 11101111 10111010 10101010 0 10110 11101 110 1110 1000100 1010000

Color Harmonies of #EFBAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBAAA

Black with #EFBAAA

Text Example


Text Example

White with #EFBAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBAAA; }

 p { color: rgb(239,186,170); }

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

background-color css

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

 a { background-color: rgb(239,186,170); }

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

border-color css

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

 span { border-color: rgb(239,186,170); }

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