Html Css Color HEX #ED5C3C Outrageous Orange

📋 copy color: '#ED5C3C'

red 237 ◦ green 92 ◦ blue 60

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

Shades of Outrageous Orange #ED5C3C

Tints of Outrageous Orange #ED5C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.42%

R = 60.93%
G = 23.65%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED5C3C (or 0xED5C3C) is known color: Outrageous Orange. HEX triplet: ED, 5C and 3C. RGB value is (237,92,60). Sum of RGB (Red+Green+Blue) = 237+92+60=389 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.93% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5C3C is #12A3C3. Grayscale: #838383. Windows color (decimal): -1221572 or 3955949. OLE color: 3955949.

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

Color convert

RGB 237 92 60 -
CMYK 0 0.61 0.75 0.07
HSL 10.85º 0.83% 0.58% -
HSV(B) 10.85º 0.75% 0.93% -
XYZ 39.57 25.99 7.21 -
YUV 131.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 237 92 60 0 0.61 0.75 0.07 10.85 0.83 0.58
Hex ED 5C 3C 0 3D 4B 7 B 53 3A
Octal 355 134 74 0 75 113 7 13 123 72
Binary 11101101 1011100 111100 0 111101 1001011 111 1011 1010011 111010

Color Harmonies of #ED5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5C3C

Black with #ED5C3C

Text Example


Text Example

White with #ED5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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