Html Css Color HEX #EFB08E Mandys Pink

📋 copy color: '#EFB08E'

red 239 ◦ green 176 ◦ blue 142

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

Shades of Mandys Pink #EFB08E

Tints of Mandys Pink #EFB08E

RGB

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

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

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

R = 42.91%
G = 31.6%
B = 25.49%

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

#EFB08E (or 0xEFB08E) is known color: Mandys Pink. HEX triplet: EF, B0 and 8E. RGB value is (239,176,142). Sum of RGB (Red+Green+Blue) = 239+176+142=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08E is #104F71. Grayscale: #BFBFBF. Windows color (decimal): -1068914 or 9351407. OLE color: 9351407.

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

Color convert

RGB 239 176 142 -
CMYK 0 0.26 0.41 0.06
HSL 21.03º 0.75% 0.75% -
HSV(B) 21.03º 0.41% 0.94% -
XYZ 56 51.35 32.55 -
YUV 190.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 239 176 142 0 0.26 0.41 0.06 21.03 0.75 0.75
Hex EF B0 8E 0 1A 29 6 15 4B 4B
Octal 357 260 216 0 32 51 6 25 113 113
Binary 11101111 10110000 10001110 0 11010 101001 110 10101 1001011 1001011

Color Harmonies of #EFB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB08E

Black with #EFB08E

Text Example


Text Example

White with #EFB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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