Html Css Color HEX #EAB1A1 Wax Flower

📋 copy color: '#EAB1A1'

red 234 ◦ green 177 ◦ blue 161

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

Shades of Wax Flower #EAB1A1

Tints of Wax Flower #EAB1A1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.94%

 BLUE value IS 161 (63.28% from 255) = 28.15%

R = 40.91%
G = 30.94%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#EAB1A1 (or 0xEAB1A1) is known color: Wax Flower. HEX triplet: EA, B1 and A1. RGB value is (234,177,161). Sum of RGB (Red+Green+Blue) = 234+177+161=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 177 (69.53% from 255 or 30.94% from 572); Blue value is 161 (63.28% from 255 or 28.15% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB1A1 is #154E5E. Grayscale: #C0C0C0. Windows color (decimal): -1396319 or 10596842. OLE color: 10596842.

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

Color convert

RGB 234 177 161 -
CMYK 0 0.24 0.31 0.08
HSL 13.15º 0.63% 0.77% -
HSV(B) 13.15º 0.31% 0.92% -
XYZ 56.09 51.51 40.7 -
YUV 192.22 110.38 157.8 -
System Red Green Blue C M Y K H S L
Decimal 234 177 161 0 0.24 0.31 0.08 13.15 0.63 0.77
Hex EA B1 A1 0 18 1F 8 D 3F 4D
Octal 352 261 241 0 30 37 10 15 77 115
Binary 11101010 10110001 10100001 0 11000 11111 1000 1101 111111 1001101

Color Harmonies of #EAB1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB1A1

Black with #EAB1A1

Text Example


Text Example

White with #EAB1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB1A1; }

 p { color: rgb(234,177,161); }

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

background-color css

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

 a { background-color: rgb(234,177,161); }

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

border-color css

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

 span { border-color: rgb(234,177,161); }

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