Html Css Color HEX #EAB2A0 Wax Flower

📋 copy color: '#EAB2A0'

red 234 ◦ green 178 ◦ blue 160

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

Shades of Wax Flower #EAB2A0

Tints of Wax Flower #EAB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.12%

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

R = 40.91%
G = 31.12%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB2A0 (or 0xEAB2A0) is known color: Wax Flower. HEX triplet: EA, B2 and A0. RGB value is (234,178,160). Sum of RGB (Red+Green+Blue) = 234+178+160=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 160 (62.89% from 255 or 27.97% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB2A0 is #154D5F. Grayscale: #C0C0C0. Windows color (decimal): -1396064 or 10531562. OLE color: 10531562.

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

Color convert

RGB 234 178 160 -
CMYK 0 0.24 0.32 0.08
HSL 14.59º 0.64% 0.77% -
HSV(B) 14.59º 0.32% 0.92% -
XYZ 56.2 51.87 40.31 -
YUV 192.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 234 178 160 0 0.24 0.32 0.08 14.59 0.64 0.77
Hex EA B2 A0 0 18 20 8 F 40 4D
Octal 352 262 240 0 30 40 10 17 100 115
Binary 11101010 10110010 10100000 0 11000 100000 1000 1111 1000000 1001101

Color Harmonies of #EAB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB2A0

Black with #EAB2A0

Text Example


Text Example

White with #EAB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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