Html Css Color HEX #EFBD92 Mandys Pink

📋 copy color: '#EFBD92'

red 239 ◦ green 189 ◦ blue 146

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

Shades of Mandys Pink #EFBD92

Tints of Mandys Pink #EFBD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.44%

R = 41.64%
G = 32.93%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFBD92 (or 0xEFBD92) is known color: Mandys Pink. HEX triplet: EF, BD and 92. RGB value is (239,189,146). Sum of RGB (Red+Green+Blue) = 239+189+146=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 146 (57.42% from 255 or 25.44% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD92 is #10426D. Grayscale: #C7C7C7. Windows color (decimal): -1065582 or 9616879. OLE color: 9616879.

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

Color convert

RGB 239 189 146 -
CMYK 0 0.21 0.39 0.06
HSL 27.74º 0.74% 0.75% -
HSV(B) 27.74º 0.39% 0.94% -
XYZ 58.98 56.82 35.05 -
YUV 199.05 98.07 156.5 -
System Red Green Blue C M Y K H S L
Decimal 239 189 146 0 0.21 0.39 0.06 27.74 0.74 0.75
Hex EF BD 92 0 15 27 6 1C 4A 4B
Octal 357 275 222 0 25 47 6 34 112 113
Binary 11101111 10111101 10010010 0 10101 100111 110 11100 1001010 1001011

Color Harmonies of #EFBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBD92

Black with #EFBD92

Text Example


Text Example

White with #EFBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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