Html Css Color HEX #EFB38D Mandys Pink

📋 copy color: '#EFB38D'

red 239 ◦ green 179 ◦ blue 141

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

Shades of Mandys Pink #EFB38D

Tints of Mandys Pink #EFB38D

RGB

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

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

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

R = 42.75%
G = 32.02%
B = 25.22%

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

#EFB38D (or 0xEFB38D) is known color: Mandys Pink. HEX triplet: EF, B3 and 8D. RGB value is (239,179,141). Sum of RGB (Red+Green+Blue) = 239+179+141=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB38D is #104C72. Grayscale: #C0C0C0. Windows color (decimal): -1068147 or 9286639. OLE color: 9286639.

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

Color convert

RGB 239 179 141 -
CMYK 0 0.25 0.41 0.06
HSL 23.27º 0.75% 0.75% -
HSV(B) 23.27º 0.41% 0.94% -
XYZ 56.52 52.51 32.36 -
YUV 192.61 98.88 161.09 -
System Red Green Blue C M Y K H S L
Decimal 239 179 141 0 0.25 0.41 0.06 23.27 0.75 0.75
Hex EF B3 8D 0 19 29 6 17 4B 4B
Octal 357 263 215 0 31 51 6 27 113 113
Binary 11101111 10110011 10001101 0 11001 101001 110 10111 1001011 1001011

Color Harmonies of #EFB38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB38D

Black with #EFB38D

Text Example


Text Example

White with #EFB38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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