Html Css Color HEX #EBAE8D Mandys Pink

📋 copy color: '#EBAE8D'

red 235 ◦ green 174 ◦ blue 141

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

Shades of Mandys Pink #EBAE8D

Tints of Mandys Pink #EBAE8D

RGB

 RED value IS 235 (92.19% from 255) = 42.73%

 GREEN value IS 174 (68.36% from 255) = 31.64%

 BLUE value IS 141 (55.47% from 255) = 25.64%

R = 42.73%
G = 31.64%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBAE8D (or 0xEBAE8D) is known color: Mandys Pink. HEX triplet: EB, AE and 8D. RGB value is (235,174,141). Sum of RGB (Red+Green+Blue) = 235+174+141=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE8D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE8D is #145172. Grayscale: #BCBCBC. Windows color (decimal): -1331571 or 9285355. OLE color: 9285355.

HSL color Cylindrical-coordinate representation of color #EBAE8D: hue angle of 21.06º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBAE8D is Cyan = 0, Magento = 0.26, Yellow = 0.4 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 174 141 -
CMYK 0 0.26 0.4 0.08
HSL 21.06º 0.7% 0.74% -
HSV(B) 21.06º 0.4% 0.92% -
XYZ 54.2 49.86 31.97 -
YUV 188.48 101.21 161.18 -
System Red Green Blue C M Y K H S L
Decimal 235 174 141 0 0.26 0.4 0.08 21.06 0.7 0.74
Hex EB AE 8D 0 1A 28 8 15 46 4A
Octal 353 256 215 0 32 50 10 25 106 112
Binary 11101011 10101110 10001101 0 11010 101000 1000 10101 1000110 1001010

Color Harmonies of #EBAE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAE8D

Black with #EBAE8D

Text Example


Text Example

White with #EBAE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAE8D; }

 p { color: rgb(235,174,141); }

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

background-color css

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

 a { background-color: rgb(235,174,141); }

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

border-color css

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

 span { border-color: rgb(235,174,141); }

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