Html Css Color HEX #EEBDAA Zinnwaldite

📋 copy color: '#EEBDAA'

red 238 ◦ green 189 ◦ blue 170

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

Shades of Zinnwaldite #EEBDAA

Tints of Zinnwaldite #EEBDAA

RGB

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

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

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

R = 39.87%
G = 31.66%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EEBDAA (or 0xEEBDAA) is known color: Zinnwaldite. HEX triplet: EE, BD and AA. RGB value is (238,189,170). Sum of RGB (Red+Green+Blue) = 238+189+170=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDAA is #114255. Grayscale: #C9C9C9. Windows color (decimal): -1131094 or 11189742. OLE color: 11189742.

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

Color convert

RGB 238 189 170 -
CMYK 0 0.21 0.29 0.07
HSL 16.76º 0.67% 0.8% -
HSV(B) 16.76º 0.29% 0.93% -
XYZ 60.71 57.47 45.92 -
YUV 201.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 238 189 170 0 0.21 0.29 0.07 16.76 0.67 0.8
Hex EE BD AA 0 15 1D 7 11 43 50
Octal 356 275 252 0 25 35 7 21 103 120
Binary 11101110 10111101 10101010 0 10101 11101 111 10001 1000011 1010000

Color Harmonies of #EEBDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDAA

Black with #EEBDAA

Text Example


Text Example

White with #EEBDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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