Html Css Color HEX #EDB18A Manhattan

📋 copy color: '#EDB18A'

red 237 ◦ green 177 ◦ blue 138

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

Shades of Manhattan #EDB18A

Tints of Manhattan #EDB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.07%

 BLUE value IS 138 (54.3% from 255) = 25%

R = 42.93%
G = 32.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB18A (or 0xEDB18A) is known color: Manhattan. HEX triplet: ED, B1 and 8A. RGB value is (237,177,138). Sum of RGB (Red+Green+Blue) = 237+177+138=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB18A is #124E75. Grayscale: #BEBEBE. Windows color (decimal): -1199734 or 9089517. OLE color: 9089517.

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

Color convert

RGB 237 177 138 -
CMYK 0 0.25 0.42 0.07
HSL 23.64º 0.73% 0.74% -
HSV(B) 23.64º 0.42% 0.93% -
XYZ 55.23 51.28 31.03 -
YUV 190.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 237 177 138 0 0.25 0.42 0.07 23.64 0.73 0.74
Hex ED B1 8A 0 19 2A 7 18 49 4A
Octal 355 261 212 0 31 52 7 30 111 112
Binary 11101101 10110001 10001010 0 11001 101010 111 11000 1001001 1001010

Color Harmonies of #EDB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB18A

Black with #EDB18A

Text Example


Text Example

White with #EDB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB18A; }

 p { color: rgb(237,177,138); }

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

background-color css

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

 a { background-color: rgb(237,177,138); }

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

border-color css

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

 span { border-color: rgb(237,177,138); }

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