Html Css Color HEX #ECB082 Manhattan

📋 copy color: '#ECB082'

red 236 ◦ green 176 ◦ blue 130

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

Shades of Manhattan #ECB082

Tints of Manhattan #ECB082

RGB

 RED value IS 236 (92.58% from 255) = 43.54%

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

 BLUE value IS 130 (51.17% from 255) = 23.99%

R = 43.54%
G = 32.47%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ECB082 (or 0xECB082) is known color: Manhattan. HEX triplet: EC, B0 and 82. RGB value is (236,176,130). Sum of RGB (Red+Green+Blue) = 236+176+130=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 130 (51.17% from 255 or 23.99% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB082 is #134F7D. Grayscale: #BCBCBC. Windows color (decimal): -1265534 or 8564972. OLE color: 8564972.

HSL color Cylindrical-coordinate representation of color #ECB082: hue angle of 26.04º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ECB082 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 176 130 -
CMYK 0 0.25 0.45 0.07
HSL 26.04º 0.74% 0.72% -
HSV(B) 26.04º 0.45% 0.93% -
XYZ 54.15 50.5 28.01 -
YUV 188.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 236 176 130 0 0.25 0.45 0.07 26.04 0.74 0.72
Hex EC B0 82 0 19 2D 7 1A 4A 48
Octal 354 260 202 0 31 55 7 32 112 110
Binary 11101100 10110000 10000010 0 11001 101101 111 11010 1001010 1001000

Color Harmonies of #ECB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB082

Black with #ECB082

Text Example


Text Example

White with #ECB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB082; }

 p { color: rgb(236,176,130); }

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

background-color css

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

 a { background-color: rgb(236,176,130); }

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

border-color css

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

 span { border-color: rgb(236,176,130); }

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