Html Css Color HEX #EAB091 Mandys Pink

📋 copy color: '#EAB091'

red 234 ◦ green 176 ◦ blue 145

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

Shades of Mandys Pink #EAB091

Tints of Mandys Pink #EAB091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.13%

R = 42.16%
G = 31.71%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAB091 (or 0xEAB091) is known color: Mandys Pink. HEX triplet: EA, B0 and 91. RGB value is (234,176,145). Sum of RGB (Red+Green+Blue) = 234+176+145=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB091 is #154F6E. Grayscale: #BDBDBD. Windows color (decimal): -1396591 or 9548010. OLE color: 9548010.

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

Color convert

RGB 234 176 145 -
CMYK 0 0.25 0.38 0.08
HSL 20.9º 0.68% 0.74% -
HSV(B) 20.9º 0.38% 0.92% -
XYZ 54.57 50.59 33.68 -
YUV 189.81 102.72 159.52 -
System Red Green Blue C M Y K H S L
Decimal 234 176 145 0 0.25 0.38 0.08 20.9 0.68 0.74
Hex EA B0 91 0 19 26 8 15 44 4A
Octal 352 260 221 0 31 46 10 25 104 112
Binary 11101010 10110000 10010001 0 11001 100110 1000 10101 1000100 1001010

Color Harmonies of #EAB091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB091

Black with #EAB091

Text Example


Text Example

White with #EAB091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB091; }

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

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

background-color css

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

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

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

border-color css

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

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

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