Html Css Color HEX #EFB086 Manhattan

📋 copy color: '#EFB086'

red 239 ◦ green 176 ◦ blue 134

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

Shades of Manhattan #EFB086

Tints of Manhattan #EFB086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.41%

R = 43.53%
G = 32.06%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFB086 (or 0xEFB086) is known color: Manhattan. HEX triplet: EF, B0 and 86. RGB value is (239,176,134). Sum of RGB (Red+Green+Blue) = 239+176+134=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 134 (52.73% from 255 or 24.41% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB086 is #104F79. Grayscale: #BEBEBE. Windows color (decimal): -1068922 or 8827119. OLE color: 8827119.

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

Color convert

RGB 239 176 134 -
CMYK 0 0.26 0.44 0.06
HSL 24º 0.77% 0.73% -
HSV(B) 24º 0.44% 0.94% -
XYZ 55.43 51.12 29.5 -
YUV 190.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 239 176 134 0 0.26 0.44 0.06 24 0.77 0.73
Hex EF B0 86 0 1A 2C 6 18 4D 49
Octal 357 260 206 0 32 54 6 30 115 111
Binary 11101111 10110000 10000110 0 11010 101100 110 11000 1001101 1001001

Color Harmonies of #EFB086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB086

Black with #EFB086

Text Example


Text Example

White with #EFB086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB086; }

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

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

background-color css

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

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

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

border-color css

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

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

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