Html Css Color HEX #EAB896 Mandys Pink

📋 copy color: '#EAB896'

red 234 ◦ green 184 ◦ blue 150

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

Shades of Mandys Pink #EAB896

Tints of Mandys Pink #EAB896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.39%

 BLUE value IS 150 (58.98% from 255) = 26.41%

R = 41.2%
G = 32.39%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EAB896 (or 0xEAB896) is known color: Mandys Pink. HEX triplet: EA, B8 and 96. RGB value is (234,184,150). Sum of RGB (Red+Green+Blue) = 234+184+150=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 150 (58.98% from 255 or 26.41% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB896 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB896 is #154769. Grayscale: #C3C3C3. Windows color (decimal): -1394538 or 9877738. OLE color: 9877738.

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

Color convert

RGB 234 184 150 -
CMYK 0 0.21 0.36 0.08
HSL 24.29º 0.67% 0.75% -
HSV(B) 24.29º 0.36% 0.92% -
XYZ 56.58 53.98 36.29 -
YUV 195.07 102.57 155.76 -
System Red Green Blue C M Y K H S L
Decimal 234 184 150 0 0.21 0.36 0.08 24.29 0.67 0.75
Hex EA B8 96 0 15 24 8 18 43 4B
Octal 352 270 226 0 25 44 10 30 103 113
Binary 11101010 10111000 10010110 0 10101 100100 1000 11000 1000011 1001011

Color Harmonies of #EAB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB896

Black with #EAB896

Text Example


Text Example

White with #EAB896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB896; }

 p { color: rgb(234,184,150); }

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

background-color css

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

 a { background-color: rgb(234,184,150); }

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

border-color css

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

 span { border-color: rgb(234,184,150); }

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