Html Css Color HEX #EDB282 Manhattan

📋 copy color: '#EDB282'

red 237 ◦ green 178 ◦ blue 130

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

Shades of Manhattan #EDB282

Tints of Manhattan #EDB282

RGB

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

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

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

R = 43.49%
G = 32.66%
B = 23.85%

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

#EDB282 (or 0xEDB282) is known color: Manhattan. HEX triplet: ED, B2 and 82. RGB value is (237,178,130). Sum of RGB (Red+Green+Blue) = 237+178+130=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB282 is #124D7D. Grayscale: #BEBEBE. Windows color (decimal): -1199486 or 8565485. OLE color: 8565485.

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

Color convert

RGB 237 178 130 -
CMYK 0 0.25 0.45 0.07
HSL 26.92º 0.75% 0.72% -
HSV(B) 26.92º 0.45% 0.93% -
XYZ 54.87 51.46 28.16 -
YUV 190.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 237 178 130 0 0.25 0.45 0.07 26.92 0.75 0.72
Hex ED B2 82 0 19 2D 7 1B 4B 48
Octal 355 262 202 0 31 55 7 33 113 110
Binary 11101101 10110010 10000010 0 11001 101101 111 11011 1001011 1001000

Color Harmonies of #EDB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB282

Black with #EDB282

Text Example


Text Example

White with #EDB282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB282; }

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

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

background-color css

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

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

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

border-color css

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

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

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