Html Css Color HEX #EDB28A Manhattan

📋 copy color: '#EDB28A'

red 237 ◦ green 178 ◦ blue 138

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

Shades of Manhattan #EDB28A

Tints of Manhattan #EDB28A

RGB

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

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

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

R = 42.86%
G = 32.19%
B = 24.95%

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

#EDB28A (or 0xEDB28A) is known color: Manhattan. HEX triplet: ED, B2 and 8A. RGB value is (237,178,138). Sum of RGB (Red+Green+Blue) = 237+178+138=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 138 (54.30% from 255 or 24.95% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB28A is #124D75. Grayscale: #BFBFBF. Windows color (decimal): -1199478 or 9089773. OLE color: 9089773.

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

Color convert

RGB 237 178 138 -
CMYK 0 0.25 0.42 0.07
HSL 24.24º 0.73% 0.74% -
HSV(B) 24.24º 0.42% 0.93% -
XYZ 55.43 51.68 31.1 -
YUV 191.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 237 178 138 0 0.25 0.42 0.07 24.24 0.73 0.74
Hex ED B2 8A 0 19 2A 7 18 49 4A
Octal 355 262 212 0 31 52 7 30 111 112
Binary 11101101 10110010 10001010 0 11001 101010 111 11000 1001001 1001010

Color Harmonies of #EDB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB28A

Black with #EDB28A

Text Example


Text Example

White with #EDB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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