Html Css Color HEX #EAB290 Mandys Pink

📋 copy color: '#EAB290'

red 234 ◦ green 178 ◦ blue 144

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

Shades of Mandys Pink #EAB290

Tints of Mandys Pink #EAB290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.9%

R = 42.09%
G = 32.01%
B = 25.9%

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

#EAB290 (or 0xEAB290) is known color: Mandys Pink. HEX triplet: EA, B2 and 90. RGB value is (234,178,144). Sum of RGB (Red+Green+Blue) = 234+178+144=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB290 is #154D6F. Grayscale: #BFBFBF. Windows color (decimal): -1396080 or 9482986. OLE color: 9482986.

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

Color convert

RGB 234 178 144 -
CMYK 0 0.24 0.38 0.08
HSL 22.67º 0.68% 0.74% -
HSV(B) 22.67º 0.38% 0.92% -
XYZ 54.89 51.35 33.4 -
YUV 190.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 234 178 144 0 0.24 0.38 0.08 22.67 0.68 0.74
Hex EA B2 90 0 18 26 8 17 44 4A
Octal 352 262 220 0 30 46 10 27 104 112
Binary 11101010 10110010 10010000 0 11000 100110 1000 10111 1000100 1001010

Color Harmonies of #EAB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB290

Black with #EAB290

Text Example


Text Example

White with #EAB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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