Html Css Color HEX #EEBDAC Zinnwaldite

📋 copy color: '#EEBDAC'

red 238 ◦ green 189 ◦ blue 172

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

Shades of Zinnwaldite #EEBDAC

Tints of Zinnwaldite #EEBDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.71%

R = 39.73%
G = 31.55%
B = 28.71%

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

#EEBDAC (or 0xEEBDAC) is known color: Zinnwaldite. HEX triplet: EE, BD and AC. RGB value is (238,189,172). Sum of RGB (Red+Green+Blue) = 238+189+172=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEBDAC is #114253. Grayscale: #C9C9C9. Windows color (decimal): -1131092 or 11320814. OLE color: 11320814.

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

Color convert

RGB 238 189 172 -
CMYK 0 0.21 0.28 0.07
HSL 15.45º 0.66% 0.8% -
HSV(B) 15.45º 0.28% 0.93% -
XYZ 60.9 57.55 46.93 -
YUV 201.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 238 189 172 0 0.21 0.28 0.07 15.45 0.66 0.8
Hex EE BD AC 0 15 1C 7 F 42 50
Octal 356 275 254 0 25 34 7 17 102 120
Binary 11101110 10111101 10101100 0 10101 11100 111 1111 1000010 1010000

Color Harmonies of #EEBDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEBDAC

Black with #EEBDAC

Text Example


Text Example

White with #EEBDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEBDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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