Html Css Color HEX #EABEA5 Zinnwaldite

📋 copy color: '#EABEA5'

red 234 ◦ green 190 ◦ blue 165

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

Shades of Zinnwaldite #EABEA5

Tints of Zinnwaldite #EABEA5

RGB

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

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

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

R = 39.73%
G = 32.26%
B = 28.01%

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

#EABEA5 (or 0xEABEA5) is known color: Zinnwaldite. HEX triplet: EA, BE and A5. RGB value is (234,190,165). Sum of RGB (Red+Green+Blue) = 234+190+165=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABEA5 is #15415A. Grayscale: #C8C8C8. Windows color (decimal): -1392987 or 10862314. OLE color: 10862314.

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

Color convert

RGB 234 190 165 -
CMYK 0 0.19 0.29 0.08
HSL 21.74º 0.62% 0.78% -
HSV(B) 21.74º 0.29% 0.92% -
XYZ 59.14 57.04 43.49 -
YUV 200.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 234 190 165 0 0.19 0.29 0.08 21.74 0.62 0.78
Hex EA BE A5 0 13 1D 8 16 3E 4E
Octal 352 276 245 0 23 35 10 26 76 116
Binary 11101010 10111110 10100101 0 10011 11101 1000 10110 111110 1001110

Color Harmonies of #EABEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EABEA5

Black with #EABEA5

Text Example


Text Example

White with #EABEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EABEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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