Html Css Color HEX #ED8131 West Side

📋 copy color: '#ED8131'

red 237 ◦ green 129 ◦ blue 49

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

Shades of West Side #ED8131

Tints of West Side #ED8131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.81%

R = 57.11%
G = 31.08%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED8131 (or 0xED8131) is known color: West Side. HEX triplet: ED, 81 and 31. RGB value is (237,129,49). Sum of RGB (Red+Green+Blue) = 237+129+49=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8131 is #127ECE. Grayscale: #989898. Windows color (decimal): -1212111 or 3244525. OLE color: 3244525.

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

Color convert

RGB 237 129 49 -
CMYK 0 0.46 0.79 0.07
HSL 25.53º 0.84% 0.56% -
HSV(B) 25.53º 0.79% 0.93% -
XYZ 43.33 33.93 7.17 -
YUV 152.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 237 129 49 0 0.46 0.79 0.07 25.53 0.84 0.56
Hex ED 81 31 0 2E 4F 7 1A 54 38
Octal 355 201 61 0 56 117 7 32 124 70
Binary 11101101 10000001 110001 0 101110 1001111 111 11010 1010100 111000

Color Harmonies of #ED8131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8131

Black with #ED8131

Text Example


Text Example

White with #ED8131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8131; }

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

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

background-color css

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

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

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

border-color css

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

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

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