Html Css Color HEX #E4BDAB Zinnwaldite

📋 copy color: '#E4BDAB'

red 228 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #E4BDAB

Tints of Zinnwaldite #E4BDAB

RGB

 RED value IS 228 (89.45% from 255) = 38.78%

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

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

R = 38.78%
G = 32.14%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E4BDAB (or 0xE4BDAB) is known color: Zinnwaldite. HEX triplet: E4, BD and AB. RGB value is (228,189,171). Sum of RGB (Red+Green+Blue) = 228+189+171=588 (77% of max value = 765). Red value is 228 (89.45% from 255 or 38.78% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 171 (67.19% from 255 or 29.08% from 588); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E4BDAB is #1B4254. Grayscale: #C6C6C6. Windows color (decimal): -1786453 or 11255268. OLE color: 11255268.

HSL color Cylindrical-coordinate representation of color #E4BDAB: hue angle of 18.95º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4BDAB is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 189 171 -
CMYK 0 0.17 0.25 0.11
HSL 18.95º 0.51% 0.78% -
HSV(B) 18.95º 0.25% 0.89% -
XYZ 57.54 55.83 46.27 -
YUV 198.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 228 189 171 0 0.17 0.25 0.11 18.95 0.51 0.78
Hex E4 BD AB 0 11 19 B 13 33 4E
Octal 344 275 253 0 21 31 13 23 63 116
Binary 11100100 10111101 10101011 0 10001 11001 1011 10011 110011 1001110

Color Harmonies of #E4BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BDAB

Black with #E4BDAB

Text Example


Text Example

White with #E4BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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