Html Css Color HEX #ED8431 West Side

📋 copy color: '#ED8431'

red 237 ◦ green 132 ◦ blue 49

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

Shades of West Side #ED8431

Tints of West Side #ED8431

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.58%

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

R = 56.7%
G = 31.58%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED8431 (or 0xED8431) is known color: West Side. HEX triplet: ED, 84 and 31. RGB value is (237,132,49). Sum of RGB (Red+Green+Blue) = 237+132+49=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8431 is #127BCE. Grayscale: #9A9A9A. Windows color (decimal): -1211343 or 3245293. OLE color: 3245293.

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

Color convert

RGB 237 132 49 -
CMYK 0 0.44 0.79 0.07
HSL 26.49º 0.84% 0.56% -
HSV(B) 26.49º 0.79% 0.93% -
XYZ 43.73 34.73 7.3 -
YUV 153.93 68.79 187.25 -
System Red Green Blue C M Y K H S L
Decimal 237 132 49 0 0.44 0.79 0.07 26.49 0.84 0.56
Hex ED 84 31 0 2C 4F 7 1A 54 38
Octal 355 204 61 0 54 117 7 32 124 70
Binary 11101101 10000100 110001 0 101100 1001111 111 11010 1010100 111000

Color Harmonies of #ED8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8431

Black with #ED8431

Text Example


Text Example

White with #ED8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8431; }

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

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

background-color css

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

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

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

border-color css

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

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

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