Html Css Color HEX #EEBDAB Zinnwaldite

📋 copy color: '#EEBDAB'

red 238 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #EEBDAB

Tints of Zinnwaldite #EEBDAB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.61%

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

R = 39.8%
G = 31.61%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EEBDAB (or 0xEEBDAB) is known color: Zinnwaldite. HEX triplet: EE, BD and AB. RGB value is (238,189,171). Sum of RGB (Red+Green+Blue) = 238+189+171=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 171 (67.19% from 255 or 28.60% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDAB is #114254. Grayscale: #C9C9C9. Windows color (decimal): -1131093 or 11255278. OLE color: 11255278.

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

Color convert

RGB 238 189 171 -
CMYK 0 0.21 0.28 0.07
HSL 16.12º 0.66% 0.8% -
HSV(B) 16.12º 0.28% 0.93% -
XYZ 60.81 57.51 46.42 -
YUV 201.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 238 189 171 0 0.21 0.28 0.07 16.12 0.66 0.8
Hex EE BD AB 0 15 1C 7 10 42 50
Octal 356 275 253 0 25 34 7 20 102 120
Binary 11101110 10111101 10101011 0 10101 11100 111 10000 1000010 1010000

Color Harmonies of #EEBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDAB

Black with #EEBDAB

Text Example


Text Example

White with #EEBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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