Html Css Color HEX #EFB08F Mandys Pink

📋 copy color: '#EFB08F'

red 239 ◦ green 176 ◦ blue 143

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

Shades of Mandys Pink #EFB08F

Tints of Mandys Pink #EFB08F

RGB

 RED value IS 239 (93.75% from 255) = 42.83%

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

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

R = 42.83%
G = 31.54%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFB08F (or 0xEFB08F) is known color: Mandys Pink. HEX triplet: EF, B0 and 8F. RGB value is (239,176,143). Sum of RGB (Red+Green+Blue) = 239+176+143=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08F is #104F70. Grayscale: #BFBFBF. Windows color (decimal): -1068913 or 9416943. OLE color: 9416943.

HSL color Cylindrical-coordinate representation of color #EFB08F: hue angle of 20.62º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFB08F is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 143 -
CMYK 0 0.26 0.40 0.06
HSL 20.63º 0.75% 0.75% -
HSV(B) 20.63º 0.4% 0.94% -
XYZ 56.08 51.38 32.95 -
YUV 191.08 100.87 162.18 -
System Red Green Blue C M Y K H S L
Decimal 239 176 143 0 0.26 0.40 0.06 20.63 0.75 0.75
Hex EF B0 8F 0 1A 28 6 15 4B 4B
Octal 357 260 217 0 32 50 6 25 113 113
Binary 11101111 10110000 10001111 0 11010 101000 110 10101 1001011 1001011

Color Harmonies of #EFB08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB08F

Black with #EFB08F

Text Example


Text Example

White with #EFB08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB08F; }

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

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

background-color css

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

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

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

border-color css

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

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

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