Html Css Color HEX #E9BDAF Zinnwaldite

📋 copy color: '#E9BDAF'

red 233 ◦ green 189 ◦ blue 175

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

Shades of Zinnwaldite #E9BDAF

Tints of Zinnwaldite #E9BDAF

RGB

 RED value IS 233 (91.41% from 255) = 39.03%

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

 BLUE value IS 175 (68.75% from 255) = 29.31%

R = 39.03%
G = 31.66%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E9BDAF (or 0xE9BDAF) is known color: Zinnwaldite. HEX triplet: E9, BD and AF. RGB value is (233,189,175). Sum of RGB (Red+Green+Blue) = 233+189+175=597 (79% of max value = 765). Red value is 233 (91.41% from 255 or 39.03% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 175 (68.75% from 255 or 29.31% from 597); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9BDAF is #164250. Grayscale: #C8C8C8. Windows color (decimal): -1458769 or 11517417. OLE color: 11517417.

HSL color Cylindrical-coordinate representation of color #E9BDAF: hue angle of 14.48º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9BDAF is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 189 175 -
CMYK 0 0.19 0.25 0.09
HSL 14.48º 0.57% 0.8% -
HSV(B) 14.48º 0.25% 0.91% -
XYZ 59.54 56.81 48.39 -
YUV 200.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 233 189 175 0 0.19 0.25 0.09 14.48 0.57 0.8
Hex E9 BD AF 0 13 19 9 E 39 50
Octal 351 275 257 0 23 31 11 16 71 120
Binary 11101001 10111101 10101111 0 10011 11001 1001 1110 111001 1010000

Color Harmonies of #E9BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDAF

Black with #E9BDAF

Text Example


Text Example

White with #E9BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDAF; }

 p { color: rgb(233,189,175); }

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

background-color css

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

 a { background-color: rgb(233,189,175); }

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

border-color css

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

 span { border-color: rgb(233,189,175); }

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