Html Css Color HEX #EAB6A0 Wax Flower

📋 copy color: '#EAB6A0'

red 234 ◦ green 182 ◦ blue 160

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

Shades of Wax Flower #EAB6A0

Tints of Wax Flower #EAB6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.6%

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

R = 40.63%
G = 31.6%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EAB6A0 (or 0xEAB6A0) is known color: Wax Flower. HEX triplet: EA, B6 and A0. RGB value is (234,182,160). Sum of RGB (Red+Green+Blue) = 234+182+160=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB6A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB6A0 is #15495F. Grayscale: #C3C3C3. Windows color (decimal): -1395040 or 10532586. OLE color: 10532586.

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

Color convert

RGB 234 182 160 -
CMYK 0 0.22 0.32 0.08
HSL 17.84º 0.64% 0.77% -
HSV(B) 17.84º 0.32% 0.92% -
XYZ 57 53.49 40.58 -
YUV 195.04 108.23 155.79 -
System Red Green Blue C M Y K H S L
Decimal 234 182 160 0 0.22 0.32 0.08 17.84 0.64 0.77
Hex EA B6 A0 0 16 20 8 12 40 4D
Octal 352 266 240 0 26 40 10 22 100 115
Binary 11101010 10110110 10100000 0 10110 100000 1000 10010 1000000 1001101

Color Harmonies of #EAB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB6A0

Black with #EAB6A0

Text Example


Text Example

White with #EAB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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