Html Css Color HEX #EAB394 Mandys Pink

📋 copy color: '#EAB394'

red 234 ◦ green 179 ◦ blue 148

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

Shades of Mandys Pink #EAB394

Tints of Mandys Pink #EAB394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.91%

 BLUE value IS 148 (58.2% from 255) = 26.38%

R = 41.71%
G = 31.91%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EAB394 (or 0xEAB394) is known color: Mandys Pink. HEX triplet: EA, B3 and 94. RGB value is (234,179,148). Sum of RGB (Red+Green+Blue) = 234+179+148=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB394 is #154C6B. Grayscale: #C0C0C0. Windows color (decimal): -1395820 or 9745386. OLE color: 9745386.

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

Color convert

RGB 234 179 148 -
CMYK 0 0.24 0.37 0.08
HSL 21.63º 0.67% 0.75% -
HSV(B) 21.63º 0.37% 0.92% -
XYZ 55.4 51.87 35.11 -
YUV 191.91 103.22 158.02 -
System Red Green Blue C M Y K H S L
Decimal 234 179 148 0 0.24 0.37 0.08 21.63 0.67 0.75
Hex EA B3 94 0 18 25 8 16 43 4B
Octal 352 263 224 0 30 45 10 26 103 113
Binary 11101010 10110011 10010100 0 11000 100101 1000 10110 1000011 1001011

Color Harmonies of #EAB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB394

Black with #EAB394

Text Example


Text Example

White with #EAB394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB394; }

 p { color: rgb(234,179,148); }

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

background-color css

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

 a { background-color: rgb(234,179,148); }

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

border-color css

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

 span { border-color: rgb(234,179,148); }

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