Html Css Color HEX #EFB08B Mandys Pink

📋 copy color: '#EFB08B'

red 239 ◦ green 176 ◦ blue 139

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

Shades of Mandys Pink #EFB08B

Tints of Mandys Pink #EFB08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 43.14%
G = 31.77%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFB08B (or 0xEFB08B) is known color: Mandys Pink. HEX triplet: EF, B0 and 8B. RGB value is (239,176,139). Sum of RGB (Red+Green+Blue) = 239+176+139=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08B is #104F74. Grayscale: #BEBEBE. Windows color (decimal): -1068917 or 9154799. OLE color: 9154799.

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

Color convert

RGB 239 176 139 -
CMYK 0 0.26 0.42 0.06
HSL 22.2º 0.76% 0.74% -
HSV(B) 22.2º 0.42% 0.94% -
XYZ 55.78 51.27 31.38 -
YUV 190.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 239 176 139 0 0.26 0.42 0.06 22.2 0.76 0.74
Hex EF B0 8B 0 1A 2A 6 16 4C 4A
Octal 357 260 213 0 32 52 6 26 114 112
Binary 11101111 10110000 10001011 0 11010 101010 110 10110 1001100 1001010

Color Harmonies of #EFB08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB08B

Black with #EFB08B

Text Example


Text Example

White with #EFB08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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