Html Css Color HEX #EDB08A Manhattan

📋 copy color: '#EDB08A'

red 237 ◦ green 176 ◦ blue 138

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

Shades of Manhattan #EDB08A

Tints of Manhattan #EDB08A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.94%

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

R = 43.01%
G = 31.94%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDB08A (or 0xEDB08A) is known color: Manhattan. HEX triplet: ED, B0 and 8A. RGB value is (237,176,138). Sum of RGB (Red+Green+Blue) = 237+176+138=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB08A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB08A is #124F75. Grayscale: #BEBEBE. Windows color (decimal): -1199990 or 9089261. OLE color: 9089261.

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

Color convert

RGB 237 176 138 -
CMYK 0 0.26 0.42 0.07
HSL 23.03º 0.73% 0.74% -
HSV(B) 23.03º 0.42% 0.93% -
XYZ 55.04 50.89 30.97 -
YUV 189.91 98.71 161.59 -
System Red Green Blue C M Y K H S L
Decimal 237 176 138 0 0.26 0.42 0.07 23.03 0.73 0.74
Hex ED B0 8A 0 1A 2A 7 17 49 4A
Octal 355 260 212 0 32 52 7 27 111 112
Binary 11101101 10110000 10001010 0 11010 101010 111 10111 1001001 1001010

Color Harmonies of #EDB08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB08A

Black with #EDB08A

Text Example


Text Example

White with #EDB08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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