Html Css Color HEX #EABDAB Zinnwaldite

📋 copy color: '#EABDAB'

red 234 ◦ green 189 ◦ blue 171

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

Shades of Zinnwaldite #EABDAB

Tints of Zinnwaldite #EABDAB

RGB

 RED value IS 234 (91.8% from 255) = 39.39%

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

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

R = 39.39%
G = 31.82%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EABDAB (or 0xEABDAB) is known color: Zinnwaldite. HEX triplet: EA, BD and AB. RGB value is (234,189,171). Sum of RGB (Red+Green+Blue) = 234+189+171=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 171 (67.19% from 255 or 28.79% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDAB is #154254. Grayscale: #C8C8C8. Windows color (decimal): -1393237 or 11255274. OLE color: 11255274.

HSL color Cylindrical-coordinate representation of color #EABDAB: hue angle of 17.14º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EABDAB is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 189 171 -
CMYK 0 0.19 0.27 0.08
HSL 17.14º 0.6% 0.79% -
HSV(B) 17.14º 0.27% 0.92% -
XYZ 59.48 56.83 46.36 -
YUV 200.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 234 189 171 0 0.19 0.27 0.08 17.14 0.6 0.79
Hex EA BD AB 0 13 1B 8 11 3C 4F
Octal 352 275 253 0 23 33 10 21 74 117
Binary 11101010 10111101 10101011 0 10011 11011 1000 10001 111100 1001111

Color Harmonies of #EABDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDAB

Black with #EABDAB

Text Example


Text Example

White with #EABDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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