Html Css Color HEX #ED8032 West Side

📋 copy color: '#ED8032'

red 237 ◦ green 128 ◦ blue 50

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

Shades of West Side #ED8032

Tints of West Side #ED8032

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

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

R = 57.11%
G = 30.84%
B = 12.05%

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

#ED8032 (or 0xED8032) is known color: West Side. HEX triplet: ED, 80 and 32. RGB value is (237,128,50). Sum of RGB (Red+Green+Blue) = 237+128+50=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8032 is #127FCD. Grayscale: #989898. Windows color (decimal): -1212366 or 3309805. OLE color: 3309805.

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

Color convert

RGB 237 128 50 -
CMYK 0 0.46 0.79 0.07
HSL 25.03º 0.84% 0.56% -
HSV(B) 25.03º 0.79% 0.93% -
XYZ 43.22 33.67 7.24 -
YUV 151.7 70.61 188.84 -
System Red Green Blue C M Y K H S L
Decimal 237 128 50 0 0.46 0.79 0.07 25.03 0.84 0.56
Hex ED 80 32 0 2E 4F 7 19 54 38
Octal 355 200 62 0 56 117 7 31 124 70
Binary 11101101 10000000 110010 0 101110 1001111 111 11001 1010100 111000

Color Harmonies of #ED8032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8032

Black with #ED8032

Text Example


Text Example

White with #ED8032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8032; }

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

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

background-color css

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

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

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

border-color css

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

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

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