Html Css Color HEX #EFB38E Mandys Pink

📋 copy color: '#EFB38E'

red 239 ◦ green 179 ◦ blue 142

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

Shades of Mandys Pink #EFB38E

Tints of Mandys Pink #EFB38E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.96%

 BLUE value IS 142 (55.86% from 255) = 25.36%

R = 42.68%
G = 31.96%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFB38E (or 0xEFB38E) is known color: Mandys Pink. HEX triplet: EF, B3 and 8E. RGB value is (239,179,142). Sum of RGB (Red+Green+Blue) = 239+179+142=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB38E is #104C71. Grayscale: #C0C0C0. Windows color (decimal): -1068146 or 9352175. OLE color: 9352175.

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

Color convert

RGB 239 179 142 -
CMYK 0 0.25 0.41 0.06
HSL 22.89º 0.75% 0.75% -
HSV(B) 22.89º 0.41% 0.94% -
XYZ 56.6 52.54 32.75 -
YUV 192.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 239 179 142 0 0.25 0.41 0.06 22.89 0.75 0.75
Hex EF B3 8E 0 19 29 6 17 4B 4B
Octal 357 263 216 0 31 51 6 27 113 113
Binary 11101111 10110011 10001110 0 11001 101001 110 10111 1001011 1001011

Color Harmonies of #EFB38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB38E

Black with #EFB38E

Text Example


Text Example

White with #EFB38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB38E; }

 p { color: rgb(239,179,142); }

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

background-color css

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

 a { background-color: rgb(239,179,142); }

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

border-color css

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

 span { border-color: rgb(239,179,142); }

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