Html Css Color HEX #EABEA6 Zinnwaldite

📋 copy color: '#EABEA6'

red 234 ◦ green 190 ◦ blue 166

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

Shades of Zinnwaldite #EABEA6

Tints of Zinnwaldite #EABEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.14%

R = 39.66%
G = 32.2%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EABEA6 (or 0xEABEA6) is known color: Zinnwaldite. HEX triplet: EA, BE and A6. RGB value is (234,190,166). Sum of RGB (Red+Green+Blue) = 234+190+166=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA6 is #154159. Grayscale: #C8C8C8. Windows color (decimal): -1392986 or 10927850. OLE color: 10927850.

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

Color convert

RGB 234 190 166 -
CMYK 0 0.19 0.29 0.08
HSL 21.18º 0.62% 0.78% -
HSV(B) 21.18º 0.29% 0.92% -
XYZ 59.23 57.07 43.97 -
YUV 200.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 234 190 166 0 0.19 0.29 0.08 21.18 0.62 0.78
Hex EA BE A6 0 13 1D 8 15 3E 4E
Octal 352 276 246 0 23 35 10 25 76 116
Binary 11101010 10111110 10100110 0 10011 11101 1000 10101 111110 1001110

Color Harmonies of #EABEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEA6

Black with #EABEA6

Text Example


Text Example

White with #EABEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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