Html Css Color HEX #ED8129 West Side

📋 copy color: '#ED8129'

red 237 ◦ green 129 ◦ blue 41

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

Shades of West Side #ED8129

Tints of West Side #ED8129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.07%

R = 58.23%
G = 31.7%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#ED8129 (or 0xED8129) is known color: West Side. HEX triplet: ED, 81 and 29. RGB value is (237,129,41). Sum of RGB (Red+Green+Blue) = 237+129+41=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8129 is #127ED6. Grayscale: #979797. Windows color (decimal): -1212119 or 2720237. OLE color: 2720237.

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

Color convert

RGB 237 129 41 -
CMYK 0 0.46 0.83 0.07
HSL 26.94º 0.84% 0.55% -
HSV(B) 26.94º 0.83% 0.93% -
XYZ 43.18 33.87 6.36 -
YUV 151.26 65.78 189.16 -
System Red Green Blue C M Y K H S L
Decimal 237 129 41 0 0.46 0.83 0.07 26.94 0.84 0.55
Hex ED 81 29 0 2E 53 7 1B 54 37
Octal 355 201 51 0 56 123 7 33 124 67
Binary 11101101 10000001 101001 0 101110 1010011 111 11011 1010100 110111

Color Harmonies of #ED8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8129

Black with #ED8129

Text Example


Text Example

White with #ED8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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