Html Css Color HEX #EAB492 Mandys Pink

📋 copy color: '#EAB492'

red 234 ◦ green 180 ◦ blue 146

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

Shades of Mandys Pink #EAB492

Tints of Mandys Pink #EAB492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.07%

R = 41.79%
G = 32.14%
B = 26.07%

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

#EAB492 (or 0xEAB492) is known color: Mandys Pink. HEX triplet: EA, B4 and 92. RGB value is (234,180,146). Sum of RGB (Red+Green+Blue) = 234+180+146=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB492 is #154B6D. Grayscale: #C0C0C0. Windows color (decimal): -1395566 or 9614570. OLE color: 9614570.

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

Color convert

RGB 234 180 146 -
CMYK 0 0.23 0.38 0.08
HSL 23.18º 0.68% 0.75% -
HSV(B) 23.18º 0.38% 0.92% -
XYZ 55.44 52.21 34.35 -
YUV 192.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 234 180 146 0 0.23 0.38 0.08 23.18 0.68 0.75
Hex EA B4 92 0 17 26 8 17 44 4B
Octal 352 264 222 0 27 46 10 27 104 113
Binary 11101010 10110100 10010010 0 10111 100110 1000 10111 1000100 1001011

Color Harmonies of #EAB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB492

Black with #EAB492

Text Example


Text Example

White with #EAB492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB492; }

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

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

background-color css

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

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

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

border-color css

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

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

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