Html Css Color HEX #EFBD99 Mandys Pink

📋 copy color: '#EFBD99'

red 239 ◦ green 189 ◦ blue 153

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

Shades of Mandys Pink #EFBD99

Tints of Mandys Pink #EFBD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.33%

R = 41.14%
G = 32.53%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EFBD99 (or 0xEFBD99) is known color: Mandys Pink. HEX triplet: EF, BD and 99. RGB value is (239,189,153). Sum of RGB (Red+Green+Blue) = 239+189+153=581 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.14% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 153 (60.16% from 255 or 26.33% from 581); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD99 is #104266. Grayscale: #C8C8C8. Windows color (decimal): -1065575 or 10075631. OLE color: 10075631.

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

Color convert

RGB 239 189 153 -
CMYK 0 0.21 0.36 0.06
HSL 25.12º 0.73% 0.77% -
HSV(B) 25.12º 0.36% 0.94% -
XYZ 59.54 57.05 38.01 -
YUV 199.85 101.57 155.93 -
System Red Green Blue C M Y K H S L
Decimal 239 189 153 0 0.21 0.36 0.06 25.12 0.73 0.77
Hex EF BD 99 0 15 24 6 19 49 4D
Octal 357 275 231 0 25 44 6 31 111 115
Binary 11101111 10111101 10011001 0 10101 100100 110 11001 1001001 1001101

Color Harmonies of #EFBD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD99

Black with #EFBD99

Text Example


Text Example

White with #EFBD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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