Html Css Color HEX #E8BDAB Zinnwaldite

📋 copy color: '#E8BDAB'

red 232 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #E8BDAB

Tints of Zinnwaldite #E8BDAB

RGB

 RED value IS 232 (91.02% from 255) = 39.19%

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

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

R = 39.19%
G = 31.93%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E8BDAB (or 0xE8BDAB) is known color: Zinnwaldite. HEX triplet: E8, BD and AB. RGB value is (232,189,171). Sum of RGB (Red+Green+Blue) = 232+189+171=592 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.19% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BDAB is #174254. Grayscale: #C7C7C7. Windows color (decimal): -1524309 or 11255272. OLE color: 11255272.

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

Color convert

RGB 232 189 171 -
CMYK 0 0.19 0.26 0.09
HSL 17.7º 0.57% 0.79% -
HSV(B) 17.7º 0.26% 0.91% -
XYZ 58.83 56.49 46.33 -
YUV 199.81 111.75 150.96 -
System Red Green Blue C M Y K H S L
Decimal 232 189 171 0 0.19 0.26 0.09 17.7 0.57 0.79
Hex E8 BD AB 0 13 1A 9 12 39 4F
Octal 350 275 253 0 23 32 11 22 71 117
Binary 11101000 10111101 10101011 0 10011 11010 1001 10010 111001 1001111

Color Harmonies of #E8BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDAB

Black with #E8BDAB

Text Example


Text Example

White with #E8BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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