Html Css Color HEX #EFB08C Mandys Pink

📋 copy color: '#EFB08C'

red 239 ◦ green 176 ◦ blue 140

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

Shades of Mandys Pink #EFB08C

Tints of Mandys Pink #EFB08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 140 (55.08% from 255) = 25.23%

R = 43.06%
G = 31.71%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFB08C (or 0xEFB08C) is known color: Mandys Pink. HEX triplet: EF, B0 and 8C. RGB value is (239,176,140). Sum of RGB (Red+Green+Blue) = 239+176+140=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB08C is #104F73. Grayscale: #BEBEBE. Windows color (decimal): -1068916 or 9220335. OLE color: 9220335.

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

Color convert

RGB 239 176 140 -
CMYK 0 0.26 0.41 0.06
HSL 21.82º 0.76% 0.74% -
HSV(B) 21.82º 0.41% 0.94% -
XYZ 55.86 51.29 31.77 -
YUV 190.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 239 176 140 0 0.26 0.41 0.06 21.82 0.76 0.74
Hex EF B0 8C 0 1A 29 6 16 4C 4A
Octal 357 260 214 0 32 51 6 26 114 112
Binary 11101111 10110000 10001100 0 11010 101001 110 10110 1001100 1001010

Color Harmonies of #EFB08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB08C

Black with #EFB08C

Text Example


Text Example

White with #EFB08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB08C; }

 p { color: rgb(239,176,140); }

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

background-color css

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

 a { background-color: rgb(239,176,140); }

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

border-color css

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

 span { border-color: rgb(239,176,140); }

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