Html Css Color HEX #EFB285 Manhattan

📋 copy color: '#EFB285'

red 239 ◦ green 178 ◦ blue 133

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

Shades of Manhattan #EFB285

Tints of Manhattan #EFB285

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.36%

 BLUE value IS 133 (52.34% from 255) = 24.18%

R = 43.45%
G = 32.36%
B = 24.18%

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

#EFB285 (or 0xEFB285) is known color: Manhattan. HEX triplet: EF, B2 and 85. RGB value is (239,178,133). Sum of RGB (Red+Green+Blue) = 239+178+133=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFB285 is #104D7A. Grayscale: #BFBFBF. Windows color (decimal): -1068411 or 8762095. OLE color: 8762095.

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

Color convert

RGB 239 178 133 -
CMYK 0 0.26 0.44 0.06
HSL 25.47º 0.77% 0.73% -
HSV(B) 25.47º 0.44% 0.94% -
XYZ 55.75 51.88 29.27 -
YUV 191.11 95.21 162.16 -
System Red Green Blue C M Y K H S L
Decimal 239 178 133 0 0.26 0.44 0.06 25.47 0.77 0.73
Hex EF B2 85 0 1A 2C 6 19 4D 49
Octal 357 262 205 0 32 54 6 31 115 111
Binary 11101111 10110010 10000101 0 11010 101100 110 11001 1001101 1001001

Color Harmonies of #EFB285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB285

Black with #EFB285

Text Example


Text Example

White with #EFB285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB285; }

 p { color: rgb(239,178,133); }

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

background-color css

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

 a { background-color: rgb(239,178,133); }

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

border-color css

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

 span { border-color: rgb(239,178,133); }

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