Html Css Color HEX #ED5C21 Outrageous Orange

📋 copy color: '#ED5C21'

red 237 ◦ green 92 ◦ blue 33

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

Shades of Outrageous Orange #ED5C21

Tints of Outrageous Orange #ED5C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 33 (13.28% from 255) = 9.12%

R = 65.47%
G = 25.41%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#ED5C21 (or 0xED5C21) is known color: Outrageous Orange. HEX triplet: ED, 5C and 21. RGB value is (237,92,33). Sum of RGB (Red+Green+Blue) = 237+92+33=362 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.47% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5C21 is #12A3DE. Grayscale: #818181. Windows color (decimal): -1221599 or 2186477. OLE color: 2186477.

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

Color convert

RGB 237 92 33 -
CMYK 0 0.61 0.86 0.07
HSL 17.35º 0.85% 0.53% -
HSV(B) 17.35º 0.86% 0.93% -
XYZ 39.03 25.77 4.36 -
YUV 128.63 74.04 205.3 -
System Red Green Blue C M Y K H S L
Decimal 237 92 33 0 0.61 0.86 0.07 17.35 0.85 0.53
Hex ED 5C 21 0 3D 56 7 11 55 35
Octal 355 134 41 0 75 126 7 21 125 65
Binary 11101101 1011100 100001 0 111101 1010110 111 10001 1010101 110101

Color Harmonies of #ED5C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5C21

Black with #ED5C21

Text Example


Text Example

White with #ED5C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5C21; }

 p { color: rgb(237,92,33); }

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

background-color css

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

 a { background-color: rgb(237,92,33); }

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

border-color css

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

 span { border-color: rgb(237,92,33); }

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