Html Css Color HEX #EDB283 Manhattan

📋 copy color: '#EDB283'

red 237 ◦ green 178 ◦ blue 131

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

Shades of Manhattan #EDB283

Tints of Manhattan #EDB283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.99%

R = 43.41%
G = 32.6%
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

#EDB283 (or 0xEDB283) is known color: Manhattan. HEX triplet: ED, B2 and 83. RGB value is (237,178,131). Sum of RGB (Red+Green+Blue) = 237+178+131=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB283 is #124D7C. Grayscale: #BEBEBE. Windows color (decimal): -1199485 or 8631021. OLE color: 8631021.

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

Color convert

RGB 237 178 131 -
CMYK 0 0.25 0.45 0.07
HSL 26.6º 0.75% 0.72% -
HSV(B) 26.6º 0.45% 0.93% -
XYZ 54.94 51.48 28.51 -
YUV 190.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 237 178 131 0 0.25 0.45 0.07 26.6 0.75 0.72
Hex ED B2 83 0 19 2D 7 1B 4B 48
Octal 355 262 203 0 31 55 7 33 113 110
Binary 11101101 10110010 10000011 0 11001 101101 111 11011 1001011 1001000

Color Harmonies of #EDB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB283

Black with #EDB283

Text Example


Text Example

White with #EDB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB283; }

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

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

background-color css

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

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

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

border-color css

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

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

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