Html Css Color HEX #EC7D2F West Side

📋 copy color: '#EC7D2F'

red 236 ◦ green 125 ◦ blue 47

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

Shades of West Side #EC7D2F

Tints of West Side #EC7D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.52%

R = 57.84%
G = 30.64%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC7D2F (or 0xEC7D2F) is known color: West Side. HEX triplet: EC, 7D and 2F. RGB value is (236,125,47). Sum of RGB (Red+Green+Blue) = 236+125+47=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7D2F is #1382D0. Grayscale: #959595. Windows color (decimal): -1278673 or 3112428. OLE color: 3112428.

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

Color convert

RGB 236 125 47 -
CMYK 0 0.47 0.80 0.07
HSL 24.76º 0.83% 0.55% -
HSV(B) 24.76º 0.8% 0.93% -
XYZ 42.44 32.71 6.77 -
YUV 149.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 236 125 47 0 0.47 0.80 0.07 24.76 0.83 0.55
Hex EC 7D 2F 0 2F 50 7 19 53 37
Octal 354 175 57 0 57 120 7 31 123 67
Binary 11101100 1111101 101111 0 101111 1010000 111 11001 1010011 110111

Color Harmonies of #EC7D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D2F

Black with #EC7D2F

Text Example


Text Example

White with #EC7D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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