Html Css Color HEX #EFB28D Mandys Pink

📋 copy color: '#EFB28D'

red 239 ◦ green 178 ◦ blue 141

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

Shades of Mandys Pink #EFB28D

Tints of Mandys Pink #EFB28D

RGB

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

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

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

R = 42.83%
G = 31.9%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFB28D (or 0xEFB28D) is known color: Mandys Pink. HEX triplet: EF, B2 and 8D. RGB value is (239,178,141). Sum of RGB (Red+Green+Blue) = 239+178+141=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 178 (69.92% from 255 or 31.90% from 558); Blue value is 141 (55.47% from 255 or 25.27% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB28D is #104D72. Grayscale: #C0C0C0. Windows color (decimal): -1068403 or 9286383. OLE color: 9286383.

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

Color convert

RGB 239 178 141 -
CMYK 0 0.26 0.41 0.06
HSL 22.65º 0.75% 0.75% -
HSV(B) 22.65º 0.41% 0.94% -
XYZ 56.32 52.11 32.29 -
YUV 192.02 99.21 161.51 -
System Red Green Blue C M Y K H S L
Decimal 239 178 141 0 0.26 0.41 0.06 22.65 0.75 0.75
Hex EF B2 8D 0 1A 29 6 17 4B 4B
Octal 357 262 215 0 32 51 6 27 113 113
Binary 11101111 10110010 10001101 0 11010 101001 110 10111 1001011 1001011

Color Harmonies of #EFB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB28D

Black with #EFB28D

Text Example


Text Example

White with #EFB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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