Html Css Color HEX #EEBDA6 Zinnwaldite

📋 copy color: '#EEBDA6'

red 238 ◦ green 189 ◦ blue 166

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

Shades of Zinnwaldite #EEBDA6

Tints of Zinnwaldite #EEBDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.99%

R = 40.13%
G = 31.87%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EEBDA6 (or 0xEEBDA6) is known color: Zinnwaldite. HEX triplet: EE, BD and A6. RGB value is (238,189,166). Sum of RGB (Red+Green+Blue) = 238+189+166=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 166 (65.23% from 255 or 27.99% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDA6 is #114259. Grayscale: #C9C9C9. Windows color (decimal): -1131098 or 10927598. OLE color: 10927598.

HSL color Cylindrical-coordinate representation of color #EEBDA6: hue angle of 19.17º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EEBDA6 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 189 166 -
CMYK 0 0.21 0.30 0.07
HSL 19.17º 0.68% 0.79% -
HSV(B) 19.17º 0.3% 0.93% -
XYZ 60.34 57.33 43.96 -
YUV 201.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 238 189 166 0 0.21 0.30 0.07 19.17 0.68 0.79
Hex EE BD A6 0 15 1E 7 13 44 4F
Octal 356 275 246 0 25 36 7 23 104 117
Binary 11101110 10111101 10100110 0 10101 11110 111 10011 1000100 1001111

Color Harmonies of #EEBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDA6

Black with #EEBDA6

Text Example


Text Example

White with #EEBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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