Html Css Color HEX #EDB281 Manhattan

📋 copy color: '#EDB281'

red 237 ◦ green 178 ◦ blue 129

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

Shades of Manhattan #EDB281

Tints of Manhattan #EDB281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.71%

R = 43.57%
G = 32.72%
B = 23.71%

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

#EDB281 (or 0xEDB281) is known color: Manhattan. HEX triplet: ED, B2 and 81. RGB value is (237,178,129). Sum of RGB (Red+Green+Blue) = 237+178+129=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB281 is #124D7E. Grayscale: #BEBEBE. Windows color (decimal): -1199487 or 8499949. OLE color: 8499949.

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

Color convert

RGB 237 178 129 -
CMYK 0 0.25 0.46 0.07
HSL 27.22º 0.75% 0.72% -
HSV(B) 27.22º 0.46% 0.93% -
XYZ 54.81 51.43 27.81 -
YUV 190.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 237 178 129 0 0.25 0.46 0.07 27.22 0.75 0.72
Hex ED B2 81 0 19 2E 7 1B 4B 48
Octal 355 262 201 0 31 56 7 33 113 110
Binary 11101101 10110010 10000001 0 11001 101110 111 11011 1001011 1001000

Color Harmonies of #EDB281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB281

Black with #EDB281

Text Example


Text Example

White with #EDB281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB281; }

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

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

background-color css

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

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

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

border-color css

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

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

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