Html Css Color HEX #EBB08D Mandys Pink

📋 copy color: '#EBB08D'

red 235 ◦ green 176 ◦ blue 141

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

Shades of Mandys Pink #EBB08D

Tints of Mandys Pink #EBB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.88%

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

R = 42.57%
G = 31.88%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#EBB08D (or 0xEBB08D) is known color: Mandys Pink. HEX triplet: EB, B0 and 8D. RGB value is (235,176,141). Sum of RGB (Red+Green+Blue) = 235+176+141=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 176 (69.14% from 255 or 31.88% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB08D is #144F72. Grayscale: #BDBDBD. Windows color (decimal): -1331059 or 9285867. OLE color: 9285867.

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

Color convert

RGB 235 176 141 -
CMYK 0 0.25 0.4 0.08
HSL 22.34º 0.7% 0.74% -
HSV(B) 22.34º 0.4% 0.92% -
XYZ 54.59 50.64 32.1 -
YUV 189.65 100.55 160.35 -
System Red Green Blue C M Y K H S L
Decimal 235 176 141 0 0.25 0.4 0.08 22.34 0.7 0.74
Hex EB B0 8D 0 19 28 8 16 46 4A
Octal 353 260 215 0 31 50 10 26 106 112
Binary 11101011 10110000 10001101 0 11001 101000 1000 10110 1000110 1001010

Color Harmonies of #EBB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB08D

Black with #EBB08D

Text Example


Text Example

White with #EBB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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