Html Css Color HEX #EABEB0 Zinnwaldite

📋 copy color: '#EABEB0'

red 234 ◦ green 190 ◦ blue 176

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

Shades of Zinnwaldite #EABEB0

Tints of Zinnwaldite #EABEB0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.67%

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

R = 39%
G = 31.67%
B = 29.33%

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

#EABEB0 (or 0xEABEB0) is known color: Zinnwaldite. HEX triplet: EA, BE and B0. RGB value is (234,190,176). Sum of RGB (Red+Green+Blue) = 234+190+176=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 176 (69.14% from 255 or 29.33% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEB0 is #15414F. Grayscale: #C9C9C9. Windows color (decimal): -1392976 or 11583210. OLE color: 11583210.

HSL color Cylindrical-coordinate representation of color #EABEB0: hue angle of 14.48º 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 #EABEB0 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 190 176 -
CMYK 0 0.19 0.25 0.08
HSL 14.48º 0.58% 0.8% -
HSV(B) 14.48º 0.25% 0.92% -
XYZ 60.18 57.45 48.99 -
YUV 201.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 234 190 176 0 0.19 0.25 0.08 14.48 0.58 0.8
Hex EA BE B0 0 13 19 8 E 3A 50
Octal 352 276 260 0 23 31 10 16 72 120
Binary 11101010 10111110 10110000 0 10011 11001 1000 1110 111010 1010000

Color Harmonies of #EABEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEB0

Black with #EABEB0

Text Example


Text Example

White with #EABEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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