Html Css Color HEX #EAB3A0 Wax Flower

📋 copy color: '#EAB3A0'

red 234 ◦ green 179 ◦ blue 160

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

Shades of Wax Flower #EAB3A0

Tints of Wax Flower #EAB3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.24%

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

R = 40.84%
G = 31.24%
B = 27.92%

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

#EAB3A0 (or 0xEAB3A0) is known color: Wax Flower. HEX triplet: EA, B3 and A0. RGB value is (234,179,160). Sum of RGB (Red+Green+Blue) = 234+179+160=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB3A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB3A0 is #154C5F. Grayscale: #C1C1C1. Windows color (decimal): -1395808 or 10531818. OLE color: 10531818.

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

Color convert

RGB 234 179 160 -
CMYK 0 0.24 0.32 0.08
HSL 15.41º 0.64% 0.77% -
HSV(B) 15.41º 0.32% 0.92% -
XYZ 56.4 52.27 40.37 -
YUV 193.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 234 179 160 0 0.24 0.32 0.08 15.41 0.64 0.77
Hex EA B3 A0 0 18 20 8 F 40 4D
Octal 352 263 240 0 30 40 10 17 100 115
Binary 11101010 10110011 10100000 0 11000 100000 1000 1111 1000000 1001101

Color Harmonies of #EAB3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB3A0

Black with #EAB3A0

Text Example


Text Example

White with #EAB3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB3A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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