Html Css Color HEX #EC504A Sunset Orange

📋 copy color: '#EC504A'

red 236 ◦ green 80 ◦ blue 74

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

Shades of Sunset Orange #EC504A

Tints of Sunset Orange #EC504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 60.51%
G = 20.51%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC504A (or 0xEC504A) is known color: Sunset Orange. HEX triplet: EC, 50 and 4A. RGB value is (236,80,74). Sum of RGB (Red+Green+Blue) = 236+80+74=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC504A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC504A is #13AFB5. Grayscale: #7E7E7E. Windows color (decimal): -1290166 or 4870380. OLE color: 4870380.

HSL color Cylindrical-coordinate representation of color #EC504A: hue angle of 2.22º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC504A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 80 74 -
CMYK 0 0.66 0.69 0.07
HSL 2.22º 0.81% 0.61% -
HSV(B) 2.22º 0.69% 0.93% -
XYZ 38.7 24.06 9.08 -
YUV 125.96 98.68 206.49 -
System Red Green Blue C M Y K H S L
Decimal 236 80 74 0 0.66 0.69 0.07 2.22 0.81 0.61
Hex EC 50 4A 0 42 45 7 2 51 3D
Octal 354 120 112 0 102 105 7 2 121 75
Binary 11101100 1010000 1001010 0 1000010 1000101 111 10 1010001 111101

Color Harmonies of #EC504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC504A

Black with #EC504A

Text Example


Text Example

White with #EC504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC504A; }

 p { color: rgb(236,80,74); }

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

background-color css

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

 a { background-color: rgb(236,80,74); }

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

border-color css

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

 span { border-color: rgb(236,80,74); }

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