Html Css Color HEX #EFBD93 Mandys Pink

📋 copy color: '#EFBD93'

red 239 ◦ green 189 ◦ blue 147

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

Shades of Mandys Pink #EFBD93

Tints of Mandys Pink #EFBD93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.57%

R = 41.57%
G = 32.87%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EFBD93 (or 0xEFBD93) is known color: Mandys Pink. HEX triplet: EF, BD and 93. RGB value is (239,189,147). Sum of RGB (Red+Green+Blue) = 239+189+147=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 147 (57.81% from 255 or 25.57% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD93 is #10426C. Grayscale: #C7C7C7. Windows color (decimal): -1065581 or 9682415. OLE color: 9682415.

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

Color convert

RGB 239 189 147 -
CMYK 0 0.21 0.38 0.06
HSL 27.39º 0.74% 0.76% -
HSV(B) 27.39º 0.38% 0.94% -
XYZ 59.06 56.85 35.46 -
YUV 199.16 98.57 156.42 -
System Red Green Blue C M Y K H S L
Decimal 239 189 147 0 0.21 0.38 0.06 27.39 0.74 0.76
Hex EF BD 93 0 15 26 6 1B 4A 4C
Octal 357 275 223 0 25 46 6 33 112 114
Binary 11101111 10111101 10010011 0 10101 100110 110 11011 1001010 1001100

Color Harmonies of #EFBD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD93

Black with #EFBD93

Text Example


Text Example

White with #EFBD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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