Html Css Color HEX #EAB491 Mandys Pink

📋 copy color: '#EAB491'

red 234 ◦ green 180 ◦ blue 145

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

Shades of Mandys Pink #EAB491

Tints of Mandys Pink #EAB491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.2%

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

R = 41.86%
G = 32.2%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAB491 (or 0xEAB491) is known color: Mandys Pink. HEX triplet: EA, B4 and 91. RGB value is (234,180,145). Sum of RGB (Red+Green+Blue) = 234+180+145=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB491 is #154B6E. Grayscale: #C0C0C0. Windows color (decimal): -1395567 or 9549034. OLE color: 9549034.

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

Color convert

RGB 234 180 145 -
CMYK 0 0.23 0.38 0.08
HSL 23.6º 0.68% 0.74% -
HSV(B) 23.6º 0.38% 0.92% -
XYZ 55.36 52.18 33.94 -
YUV 192.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 234 180 145 0 0.23 0.38 0.08 23.6 0.68 0.74
Hex EA B4 91 0 17 26 8 18 44 4A
Octal 352 264 221 0 27 46 10 30 104 112
Binary 11101010 10110100 10010001 0 10111 100110 1000 11000 1000100 1001010

Color Harmonies of #EAB491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB491

Black with #EAB491

Text Example


Text Example

White with #EAB491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB491; }

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

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

background-color css

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

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

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

border-color css

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

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

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