Html Css Color HEX #EFBD9A Mandys Pink

📋 copy color: '#EFBD9A'

red 239 ◦ green 189 ◦ blue 154

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

Shades of Mandys Pink #EFBD9A

Tints of Mandys Pink #EFBD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 26.46%

R = 41.07%
G = 32.47%
B = 26.46%

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

#EFBD9A (or 0xEFBD9A) is known color: Mandys Pink. HEX triplet: EF, BD and 9A. RGB value is (239,189,154). Sum of RGB (Red+Green+Blue) = 239+189+154=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD9A is #104265. Grayscale: #C8C8C8. Windows color (decimal): -1065574 or 10141167. OLE color: 10141167.

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

Color convert

RGB 239 189 154 -
CMYK 0 0.21 0.36 0.06
HSL 24.71º 0.73% 0.77% -
HSV(B) 24.71º 0.36% 0.94% -
XYZ 59.63 57.08 38.45 -
YUV 199.96 102.07 155.85 -
System Red Green Blue C M Y K H S L
Decimal 239 189 154 0 0.21 0.36 0.06 24.71 0.73 0.77
Hex EF BD 9A 0 15 24 6 19 49 4D
Octal 357 275 232 0 25 44 6 31 111 115
Binary 11101111 10111101 10011010 0 10101 100100 110 11001 1001001 1001101

Color Harmonies of #EFBD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD9A

Black with #EFBD9A

Text Example


Text Example

White with #EFBD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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