Html Css Color HEX #EFBD9E Mandys Pink

📋 copy color: '#EFBD9E'

red 239 ◦ green 189 ◦ blue 158

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

Shades of Mandys Pink #EFBD9E

Tints of Mandys Pink #EFBD9E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 158 (62.11% from 255) = 26.96%

R = 40.78%
G = 32.25%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EFBD9E (or 0xEFBD9E) is known color: Mandys Pink. HEX triplet: EF, BD and 9E. RGB value is (239,189,158). Sum of RGB (Red+Green+Blue) = 239+189+158=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9E is #104261. Grayscale: #C8C8C8. Windows color (decimal): -1065570 or 10403311. OLE color: 10403311.

HSL color Cylindrical-coordinate representation of color #EFBD9E: hue angle of 22.96º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFBD9E is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 189 158 -
CMYK 0 0.21 0.34 0.06
HSL 22.96º 0.72% 0.78% -
HSV(B) 22.96º 0.34% 0.94% -
XYZ 59.97 57.21 40.23 -
YUV 200.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 239 189 158 0 0.21 0.34 0.06 22.96 0.72 0.78
Hex EF BD 9E 0 15 22 6 17 48 4E
Octal 357 275 236 0 25 42 6 27 110 116
Binary 11101111 10111101 10011110 0 10101 100010 110 10111 1001000 1001110

Color Harmonies of #EFBD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD9E

Black with #EFBD9E

Text Example


Text Example

White with #EFBD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD9E; }

 p { color: rgb(239,189,158); }

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

background-color css

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

 a { background-color: rgb(239,189,158); }

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

border-color css

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

 span { border-color: rgb(239,189,158); }

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