Html Css Color HEX #EABDA5 Zinnwaldite

📋 copy color: '#EABDA5'

red 234 ◦ green 189 ◦ blue 165

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

Shades of Zinnwaldite #EABDA5

Tints of Zinnwaldite #EABDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.06%

R = 39.8%
G = 32.14%
B = 28.06%

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

#EABDA5 (or 0xEABDA5) is known color: Zinnwaldite. HEX triplet: EA, BD and A5. RGB value is (234,189,165). Sum of RGB (Red+Green+Blue) = 234+189+165=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABDA5 is #15425A. Grayscale: #C7C7C7. Windows color (decimal): -1393243 or 10862058. OLE color: 10862058.

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

Color convert

RGB 234 189 165 -
CMYK 0 0.19 0.29 0.08
HSL 20.87º 0.62% 0.78% -
HSV(B) 20.87º 0.29% 0.92% -
XYZ 58.92 56.6 43.42 -
YUV 199.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 234 189 165 0 0.19 0.29 0.08 20.87 0.62 0.78
Hex EA BD A5 0 13 1D 8 15 3E 4E
Octal 352 275 245 0 23 35 10 25 76 116
Binary 11101010 10111101 10100101 0 10011 11101 1000 10101 111110 1001110

Color Harmonies of #EABDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABDA5

Black with #EABDA5

Text Example


Text Example

White with #EABDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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