Html Css Color HEX #EC7D29 West Side

📋 copy color: '#EC7D29'

red 236 ◦ green 125 ◦ blue 41

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

Shades of West Side #EC7D29

Tints of West Side #EC7D29

RGB

 RED value IS 236 (92.58% from 255) = 58.71%

 GREEN value IS 125 (49.22% from 255) = 31.09%

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

R = 58.71%
G = 31.09%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC7D29 (or 0xEC7D29) is known color: West Side. HEX triplet: EC, 7D and 29. RGB value is (236,125,41). Sum of RGB (Red+Green+Blue) = 236+125+41=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 41 (16.41% from 255 or 10.20% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D29 is #1382D6. Grayscale: #959595. Windows color (decimal): -1278679 or 2719212. OLE color: 2719212.

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

Color convert

RGB 236 125 41 -
CMYK 0 0.47 0.83 0.07
HSL 25.85º 0.84% 0.54% -
HSV(B) 25.85º 0.83% 0.93% -
XYZ 42.33 32.66 6.17 -
YUV 148.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 236 125 41 0 0.47 0.83 0.07 25.85 0.84 0.54
Hex EC 7D 29 0 2F 53 7 1A 54 36
Octal 354 175 51 0 57 123 7 32 124 66
Binary 11101100 1111101 101001 0 101111 1010011 111 11010 1010100 110110

Color Harmonies of #EC7D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D29

Black with #EC7D29

Text Example


Text Example

White with #EC7D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D29; }

 p { color: rgb(236,125,41); }

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

background-color css

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

 a { background-color: rgb(236,125,41); }

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

border-color css

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

 span { border-color: rgb(236,125,41); }

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