Html Css Color HEX #EBB08F Mandys Pink

📋 copy color: '#EBB08F'

red 235 ◦ green 176 ◦ blue 143

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

Shades of Mandys Pink #EBB08F

Tints of Mandys Pink #EBB08F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 25.81%

R = 42.42%
G = 31.77%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EBB08F (or 0xEBB08F) is known color: Mandys Pink. HEX triplet: EB, B0 and 8F. RGB value is (235,176,143). Sum of RGB (Red+Green+Blue) = 235+176+143=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 143 (56.25% from 255 or 25.81% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB08F is #144F70. Grayscale: #BEBEBE. Windows color (decimal): -1331057 or 9416939. OLE color: 9416939.

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

Color convert

RGB 235 176 143 -
CMYK 0 0.25 0.39 0.08
HSL 21.52º 0.7% 0.74% -
HSV(B) 21.52º 0.39% 0.92% -
XYZ 54.74 50.7 32.89 -
YUV 189.88 101.55 160.18 -
System Red Green Blue C M Y K H S L
Decimal 235 176 143 0 0.25 0.39 0.08 21.52 0.7 0.74
Hex EB B0 8F 0 19 27 8 16 46 4A
Octal 353 260 217 0 31 47 10 26 106 112
Binary 11101011 10110000 10001111 0 11001 100111 1000 10110 1000110 1001010

Color Harmonies of #EBB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB08F

Black with #EBB08F

Text Example


Text Example

White with #EBB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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