Html Css Color HEX #EDB082 Manhattan

📋 copy color: '#EDB082'

red 237 ◦ green 176 ◦ blue 130

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

Shades of Manhattan #EDB082

Tints of Manhattan #EDB082

RGB

 RED value IS 237 (92.97% from 255) = 43.65%

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

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

R = 43.65%
G = 32.41%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDB082 (or 0xEDB082) is known color: Manhattan. HEX triplet: ED, B0 and 82. RGB value is (237,176,130). Sum of RGB (Red+Green+Blue) = 237+176+130=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 130 (51.17% from 255 or 23.94% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB082 is #124F7D. Grayscale: #BDBDBD. Windows color (decimal): -1199998 or 8564973. OLE color: 8564973.

HSL color Cylindrical-coordinate representation of color #EDB082: hue angle of 25.79º degrees, saturation: 0.75, 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 #EDB082 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 176 130 -
CMYK 0 0.26 0.45 0.07
HSL 25.79º 0.75% 0.72% -
HSV(B) 25.79º 0.45% 0.93% -
XYZ 54.48 50.67 28.03 -
YUV 189 94.71 162.24 -
System Red Green Blue C M Y K H S L
Decimal 237 176 130 0 0.26 0.45 0.07 25.79 0.75 0.72
Hex ED B0 82 0 1A 2D 7 1A 4B 48
Octal 355 260 202 0 32 55 7 32 113 110
Binary 11101101 10110000 10000010 0 11010 101101 111 11010 1001011 1001000

Color Harmonies of #EDB082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB082

Black with #EDB082

Text Example


Text Example

White with #EDB082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB082; }

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

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

background-color css

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

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

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

border-color css

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

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

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