Html Css Color HEX #EAB291 Mandys Pink

📋 copy color: '#EAB291'

red 234 ◦ green 178 ◦ blue 145

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

Shades of Mandys Pink #EAB291

Tints of Mandys Pink #EAB291

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.96%

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

R = 42.01%
G = 31.96%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EAB291 (or 0xEAB291) is known color: Mandys Pink. HEX triplet: EA, B2 and 91. RGB value is (234,178,145). Sum of RGB (Red+Green+Blue) = 234+178+145=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB291 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB291 is #154D6E. Grayscale: #BFBFBF. Windows color (decimal): -1396079 or 9548522. OLE color: 9548522.

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

Color convert

RGB 234 178 145 -
CMYK 0 0.24 0.38 0.08
HSL 22.25º 0.68% 0.74% -
HSV(B) 22.25º 0.38% 0.92% -
XYZ 54.96 51.38 33.81 -
YUV 190.98 102.05 158.68 -
System Red Green Blue C M Y K H S L
Decimal 234 178 145 0 0.24 0.38 0.08 22.25 0.68 0.74
Hex EA B2 91 0 18 26 8 16 44 4A
Octal 352 262 221 0 30 46 10 26 104 112
Binary 11101010 10110010 10010001 0 11000 100110 1000 10110 1000100 1001010

Color Harmonies of #EAB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB291

Black with #EAB291

Text Example


Text Example

White with #EAB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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