Html Css Color HEX #EDB28B Manhattan

📋 copy color: '#EDB28B'

red 237 ◦ green 178 ◦ blue 139

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

Shades of Manhattan #EDB28B

Tints of Manhattan #EDB28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.09%

R = 42.78%
G = 32.13%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDB28B (or 0xEDB28B) is known color: Manhattan. HEX triplet: ED, B2 and 8B. RGB value is (237,178,139). Sum of RGB (Red+Green+Blue) = 237+178+139=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28B is #124D74. Grayscale: #BFBFBF. Windows color (decimal): -1199477 or 9155309. OLE color: 9155309.

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

Color convert

RGB 237 178 139 -
CMYK 0 0.25 0.41 0.07
HSL 23.88º 0.73% 0.74% -
HSV(B) 23.88º 0.41% 0.93% -
XYZ 55.51 51.71 31.48 -
YUV 191.2 98.55 160.67 -
System Red Green Blue C M Y K H S L
Decimal 237 178 139 0 0.25 0.41 0.07 23.88 0.73 0.74
Hex ED B2 8B 0 19 29 7 18 49 4A
Octal 355 262 213 0 31 51 7 30 111 112
Binary 11101101 10110010 10001011 0 11001 101001 111 11000 1001001 1001010

Color Harmonies of #EDB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB28B

Black with #EDB28B

Text Example


Text Example

White with #EDB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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