Html Css Color HEX #EFB28B Mandys Pink

📋 copy color: '#EFB28B'

red 239 ◦ green 178 ◦ blue 139

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

Shades of Mandys Pink #EFB28B

Tints of Mandys Pink #EFB28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.01%

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

R = 42.99%
G = 32.01%
B = 25%

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

#EFB28B (or 0xEFB28B) is known color: Mandys Pink. HEX triplet: EF, B2 and 8B. RGB value is (239,178,139). Sum of RGB (Red+Green+Blue) = 239+178+139=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 178 (69.92% from 255 or 32.01% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB28B is #104D74. Grayscale: #C0C0C0. Windows color (decimal): -1068405 or 9155311. OLE color: 9155311.

HSL color Cylindrical-coordinate representation of color #EFB28B: hue angle of 23.4º 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 #EFB28B is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 139 -
CMYK 0 0.26 0.42 0.06
HSL 23.4º 0.76% 0.74% -
HSV(B) 23.4º 0.42% 0.94% -
XYZ 56.18 52.06 31.51 -
YUV 191.79 98.21 161.67 -
System Red Green Blue C M Y K H S L
Decimal 239 178 139 0 0.26 0.42 0.06 23.4 0.76 0.74
Hex EF B2 8B 0 1A 2A 6 17 4C 4A
Octal 357 262 213 0 32 52 6 27 114 112
Binary 11101111 10110010 10001011 0 11010 101010 110 10111 1001100 1001010

Color Harmonies of #EFB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB28B

Black with #EFB28B

Text Example


Text Example

White with #EFB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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