Html Css Color HEX #ED8138 West Side

📋 copy color: '#ED8138'

red 237 ◦ green 129 ◦ blue 56

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

Shades of West Side #ED8138

Tints of West Side #ED8138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 56.16%
G = 30.57%
B = 13.27%

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

#ED8138 (or 0xED8138) is known color: West Side. HEX triplet: ED, 81 and 38. RGB value is (237,129,56). Sum of RGB (Red+Green+Blue) = 237+129+56=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8138 is #127EC7. Grayscale: #999999. Windows color (decimal): -1212104 or 3703277. OLE color: 3703277.

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

Color convert

RGB 237 129 56 -
CMYK 0 0.46 0.76 0.07
HSL 24.2º 0.83% 0.57% -
HSV(B) 24.2º 0.76% 0.93% -
XYZ 43.49 33.99 8.01 -
YUV 152.97 73.28 187.94 -
System Red Green Blue C M Y K H S L
Decimal 237 129 56 0 0.46 0.76 0.07 24.2 0.83 0.57
Hex ED 81 38 0 2E 4C 7 18 53 39
Octal 355 201 70 0 56 114 7 30 123 71
Binary 11101101 10000001 111000 0 101110 1001100 111 11000 1010011 111001

Color Harmonies of #ED8138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8138

Black with #ED8138

Text Example


Text Example

White with #ED8138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8138; }

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

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

background-color css

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

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

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

border-color css

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

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

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