Html Css Color HEX #ED8039 West Side

📋 copy color: '#ED8039'

red 237 ◦ green 128 ◦ blue 57

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

Shades of West Side #ED8039

Tints of West Side #ED8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.51%

R = 56.16%
G = 30.33%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED8039 (or 0xED8039) is known color: West Side. HEX triplet: ED, 80 and 39. RGB value is (237,128,57). Sum of RGB (Red+Green+Blue) = 237+128+57=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8039 is #127FC6. Grayscale: #989898. Windows color (decimal): -1212359 or 3768557. OLE color: 3768557.

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

Color convert

RGB 237 128 57 -
CMYK 0 0.46 0.76 0.07
HSL 23.67º 0.83% 0.58% -
HSV(B) 23.67º 0.76% 0.93% -
XYZ 43.38 33.74 8.1 -
YUV 152.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 237 128 57 0 0.46 0.76 0.07 23.67 0.83 0.58
Hex ED 80 39 0 2E 4C 7 18 53 3A
Octal 355 200 71 0 56 114 7 30 123 72
Binary 11101101 10000000 111001 0 101110 1001100 111 11000 1010011 111010

Color Harmonies of #ED8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8039

Black with #ED8039

Text Example


Text Example

White with #ED8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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