Html Css Color HEX #EABDA6 Zinnwaldite

📋 copy color: '#EABDA6'

red 234 ◦ green 189 ◦ blue 166

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

Shades of Zinnwaldite #EABDA6

Tints of Zinnwaldite #EABDA6

RGB

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

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

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

R = 39.73%
G = 32.09%
B = 28.18%

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

#EABDA6 (or 0xEABDA6) is known color: Zinnwaldite. HEX triplet: EA, BD and A6. RGB value is (234,189,166). Sum of RGB (Red+Green+Blue) = 234+189+166=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA6 is #154259. Grayscale: #C7C7C7. Windows color (decimal): -1393242 or 10927594. OLE color: 10927594.

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

Color convert

RGB 234 189 166 -
CMYK 0 0.19 0.29 0.08
HSL 20.29º 0.62% 0.78% -
HSV(B) 20.29º 0.29% 0.92% -
XYZ 59.01 56.64 43.9 -
YUV 199.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 234 189 166 0 0.19 0.29 0.08 20.29 0.62 0.78
Hex EA BD A6 0 13 1D 8 14 3E 4E
Octal 352 275 246 0 23 35 10 24 76 116
Binary 11101010 10111101 10100110 0 10011 11101 1000 10100 111110 1001110

Color Harmonies of #EABDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDA6

Black with #EABDA6

Text Example


Text Example

White with #EABDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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