Html Css Color HEX #EEBFAB Zinnwaldite

📋 copy color: '#EEBFAB'

red 238 ◦ green 191 ◦ blue 171

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

Shades of Zinnwaldite #EEBFAB

Tints of Zinnwaldite #EEBFAB

RGB

 RED value IS 238 (93.36% from 255) = 39.67%

 GREEN value IS 191 (75% from 255) = 31.83%

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

R = 39.67%
G = 31.83%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EEBFAB (or 0xEEBFAB) is known color: Zinnwaldite. HEX triplet: EE, BF and AB. RGB value is (238,191,171). Sum of RGB (Red+Green+Blue) = 238+191+171=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBFAB is #114054. Grayscale: #CACACA. Windows color (decimal): -1130581 or 11255790. OLE color: 11255790.

HSL color Cylindrical-coordinate representation of color #EEBFAB: hue angle of 17.91º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEBFAB is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 191 171 -
CMYK 0 0.20 0.28 0.07
HSL 17.91º 0.66% 0.8% -
HSV(B) 17.91º 0.28% 0.93% -
XYZ 61.24 58.38 46.57 -
YUV 202.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 238 191 171 0 0.20 0.28 0.07 17.91 0.66 0.8
Hex EE BF AB 0 14 1C 7 12 42 50
Octal 356 277 253 0 24 34 7 22 102 120
Binary 11101110 10111111 10101011 0 10100 11100 111 10010 1000010 1010000

Color Harmonies of #EEBFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBFAB

Black with #EEBFAB

Text Example


Text Example

White with #EEBFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBFAB; }

 p { color: rgb(238,191,171); }

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

background-color css

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

 a { background-color: rgb(238,191,171); }

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

border-color css

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

 span { border-color: rgb(238,191,171); }

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