Html Css Color HEX #EDB280 Manhattan

📋 copy color: '#EDB280'

red 237 ◦ green 178 ◦ blue 128

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

Shades of Manhattan #EDB280

Tints of Manhattan #EDB280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.57%

R = 43.65%
G = 32.78%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDB280 (or 0xEDB280) is known color: Manhattan. HEX triplet: ED, B2 and 80. RGB value is (237,178,128). Sum of RGB (Red+Green+Blue) = 237+178+128=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 128 (50.39% from 255 or 23.57% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB280 is #124D7F. Grayscale: #BEBEBE. Windows color (decimal): -1199488 or 8434413. OLE color: 8434413.

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

Color convert

RGB 237 178 128 -
CMYK 0 0.25 0.46 0.07
HSL 27.52º 0.75% 0.72% -
HSV(B) 27.52º 0.46% 0.93% -
XYZ 54.74 51.4 27.46 -
YUV 189.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 237 178 128 0 0.25 0.46 0.07 27.52 0.75 0.72
Hex ED B2 80 0 19 2E 7 1C 4B 48
Octal 355 262 200 0 31 56 7 34 113 110
Binary 11101101 10110010 10000000 0 11001 101110 111 11100 1001011 1001000

Color Harmonies of #EDB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB280

Black with #EDB280

Text Example


Text Example

White with #EDB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB280; }

 p { color: rgb(237,178,128); }

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

background-color css

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

 a { background-color: rgb(237,178,128); }

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

border-color css

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

 span { border-color: rgb(237,178,128); }

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