Html Css Color HEX #EAB0A0 Wax Flower

📋 copy color: '#EAB0A0'

red 234 ◦ green 176 ◦ blue 160

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

Shades of Wax Flower #EAB0A0

Tints of Wax Flower #EAB0A0

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 160 (62.89% from 255) = 28.07%

R = 41.05%
G = 30.88%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB0A0 (or 0xEAB0A0) is known color: Wax Flower. HEX triplet: EA, B0 and A0. RGB value is (234,176,160). Sum of RGB (Red+Green+Blue) = 234+176+160=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB0A0 is #154F5F. Grayscale: #BFBFBF. Windows color (decimal): -1396576 or 10531050. OLE color: 10531050.

HSL color Cylindrical-coordinate representation of color #EAB0A0: hue angle of 12.97º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAB0A0 is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 176 160 -
CMYK 0 0.25 0.32 0.08
HSL 12.97º 0.64% 0.77% -
HSV(B) 12.97º 0.32% 0.92% -
XYZ 55.8 51.08 40.18 -
YUV 191.52 110.22 158.3 -
System Red Green Blue C M Y K H S L
Decimal 234 176 160 0 0.25 0.32 0.08 12.97 0.64 0.77
Hex EA B0 A0 0 19 20 8 D 40 4D
Octal 352 260 240 0 31 40 10 15 100 115
Binary 11101010 10110000 10100000 0 11001 100000 1000 1101 1000000 1001101

Color Harmonies of #EAB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB0A0

Black with #EAB0A0

Text Example


Text Example

White with #EAB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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