Html Css Color HEX #ED8137 West Side

📋 copy color: '#ED8137'

red 237 ◦ green 129 ◦ blue 55

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

Shades of West Side #ED8137

Tints of West Side #ED8137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.64%

 BLUE value IS 55 (21.88% from 255) = 13.06%

R = 56.29%
G = 30.64%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED8137 (or 0xED8137) is known color: West Side. HEX triplet: ED, 81 and 37. RGB value is (237,129,55). Sum of RGB (Red+Green+Blue) = 237+129+55=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8137 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8137 is #127EC8. Grayscale: #999999. Windows color (decimal): -1212105 or 3637741. OLE color: 3637741.

HSL color Cylindrical-coordinate representation of color #ED8137: hue angle of 24.4º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ED8137 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 55 -
CMYK 0 0.46 0.77 0.07
HSL 24.4º 0.83% 0.57% -
HSV(B) 24.4º 0.77% 0.93% -
XYZ 43.46 33.98 7.88 -
YUV 152.86 72.78 188.02 -
System Red Green Blue C M Y K H S L
Decimal 237 129 55 0 0.46 0.77 0.07 24.4 0.83 0.57
Hex ED 81 37 0 2E 4D 7 18 53 39
Octal 355 201 67 0 56 115 7 30 123 71
Binary 11101101 10000001 110111 0 101110 1001101 111 11000 1010011 111001

Color Harmonies of #ED8137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8137

Black with #ED8137

Text Example


Text Example

White with #ED8137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8137; }

 p { color: rgb(237,129,55); }

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

background-color css

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

 a { background-color: rgb(237,129,55); }

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

border-color css

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

 span { border-color: rgb(237,129,55); }

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