Html Css Color HEX #ED8232 West Side

📋 copy color: '#ED8232'

red 237 ◦ green 130 ◦ blue 50

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

Shades of West Side #ED8232

Tints of West Side #ED8232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 56.83%
G = 31.18%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#ED8232 (or 0xED8232) is known color: West Side. HEX triplet: ED, 82 and 32. RGB value is (237,130,50). Sum of RGB (Red+Green+Blue) = 237+130+50=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8232 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8232 is #127DCD. Grayscale: #999999. Windows color (decimal): -1211854 or 3310317. OLE color: 3310317.

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

Color convert

RGB 237 130 50 -
CMYK 0 0.45 0.79 0.07
HSL 25.67º 0.84% 0.56% -
HSV(B) 25.67º 0.79% 0.93% -
XYZ 43.48 34.2 7.33 -
YUV 152.87 69.95 188 -
System Red Green Blue C M Y K H S L
Decimal 237 130 50 0 0.45 0.79 0.07 25.67 0.84 0.56
Hex ED 82 32 0 2D 4F 7 1A 54 38
Octal 355 202 62 0 55 117 7 32 124 70
Binary 11101101 10000010 110010 0 101101 1001111 111 11010 1010100 111000

Color Harmonies of #ED8232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8232

Black with #ED8232

Text Example


Text Example

White with #ED8232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8232; }

 p { color: rgb(237,130,50); }

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

background-color css

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

 a { background-color: rgb(237,130,50); }

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

border-color css

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

 span { border-color: rgb(237,130,50); }

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