Html Css Color HEX #EFBC96 Mandys Pink

📋 copy color: '#EFBC96'

red 239 ◦ green 188 ◦ blue 150

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

Shades of Mandys Pink #EFBC96

Tints of Mandys Pink #EFBC96

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.58%

 BLUE value IS 150 (58.98% from 255) = 26%

R = 41.42%
G = 32.58%
B = 26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#EFBC96 (or 0xEFBC96) is known color: Mandys Pink. HEX triplet: EF, BC and 96. RGB value is (239,188,150). Sum of RGB (Red+Green+Blue) = 239+188+150=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 150 (58.98% from 255 or 26.00% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC96 is #104369. Grayscale: #C7C7C7. Windows color (decimal): -1065834 or 9878767. OLE color: 9878767.

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

Color convert

RGB 239 188 150 -
CMYK 0 0.21 0.37 0.06
HSL 25.62º 0.74% 0.76% -
HSV(B) 25.62º 0.37% 0.94% -
XYZ 59.08 56.52 36.65 -
YUV 198.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 239 188 150 0 0.21 0.37 0.06 25.62 0.74 0.76
Hex EF BC 96 0 15 25 6 1A 4A 4C
Octal 357 274 226 0 25 45 6 32 112 114
Binary 11101111 10111100 10010110 0 10101 100101 110 11010 1001010 1001100

Color Harmonies of #EFBC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBC96

Black with #EFBC96

Text Example


Text Example

White with #EFBC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBC96; }

 p { color: rgb(239,188,150); }

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

background-color css

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

 a { background-color: rgb(239,188,150); }

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

border-color css

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

 span { border-color: rgb(239,188,150); }

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