Html Css Color HEX #EFBCAB Zinnwaldite

📋 copy color: '#EFBCAB'

red 239 ◦ green 188 ◦ blue 171

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

Shades of Zinnwaldite #EFBCAB

Tints of Zinnwaldite #EFBCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.44%

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

R = 39.97%
G = 31.44%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EFBCAB (or 0xEFBCAB) is known color: Zinnwaldite. HEX triplet: EF, BC and AB. RGB value is (239,188,171). Sum of RGB (Red+Green+Blue) = 239+188+171=598 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.97% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBCAB is #104354. Grayscale: #C9C9C9. Windows color (decimal): -1065813 or 11255023. OLE color: 11255023.

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

Color convert

RGB 239 188 171 -
CMYK 0 0.21 0.28 0.06
HSL 15º 0.68% 0.8% -
HSV(B) 15º 0.28% 0.94% -
XYZ 60.93 57.26 46.37 -
YUV 201.31 110.9 154.88 -
System Red Green Blue C M Y K H S L
Decimal 239 188 171 0 0.21 0.28 0.06 15 0.68 0.8
Hex EF BC AB 0 15 1C 6 F 44 50
Octal 357 274 253 0 25 34 6 17 104 120
Binary 11101111 10111100 10101011 0 10101 11100 110 1111 1000100 1010000

Color Harmonies of #EFBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBCAB

Black with #EFBCAB

Text Example


Text Example

White with #EFBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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