Html Css Color HEX #EABDB0 Zinnwaldite

📋 copy color: '#EABDB0'

red 234 ◦ green 189 ◦ blue 176

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

Shades of Zinnwaldite #EABDB0

Tints of Zinnwaldite #EABDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.38%

R = 39.07%
G = 31.55%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EABDB0 (or 0xEABDB0) is known color: Zinnwaldite. HEX triplet: EA, BD and B0. RGB value is (234,189,176). Sum of RGB (Red+Green+Blue) = 234+189+176=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDB0 is #15424F. Grayscale: #C9C9C9. Windows color (decimal): -1393232 or 11582954. OLE color: 11582954.

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

Color convert

RGB 234 189 176 -
CMYK 0 0.19 0.25 0.08
HSL 13.45º 0.58% 0.8% -
HSV(B) 13.45º 0.25% 0.92% -
XYZ 59.97 57.02 48.92 -
YUV 200.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 234 189 176 0 0.19 0.25 0.08 13.45 0.58 0.8
Hex EA BD B0 0 13 19 8 D 3A 50
Octal 352 275 260 0 23 31 10 15 72 120
Binary 11101010 10111101 10110000 0 10011 11001 1000 1101 111010 1010000

Color Harmonies of #EABDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDB0

Black with #EABDB0

Text Example


Text Example

White with #EABDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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