Html Css Color HEX #ED5A3C Outrageous Orange

📋 copy color: '#ED5A3C'

red 237 ◦ green 90 ◦ blue 60

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

Shades of Outrageous Orange #ED5A3C

Tints of Outrageous Orange #ED5A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 61.24%
G = 23.26%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED5A3C (or 0xED5A3C) is known color: Outrageous Orange. HEX triplet: ED, 5A and 3C. RGB value is (237,90,60). Sum of RGB (Red+Green+Blue) = 237+90+60=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5A3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5A3C is #12A5C3. Grayscale: #828282. Windows color (decimal): -1222084 or 3955437. OLE color: 3955437.

HSL color Cylindrical-coordinate representation of color #ED5A3C: hue angle of 10.17º 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 #ED5A3C is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 90 60 -
CMYK 0 0.62 0.75 0.07
HSL 10.17º 0.83% 0.58% -
HSV(B) 10.17º 0.75% 0.93% -
XYZ 39.4 25.64 7.15 -
YUV 130.53 88.2 203.94 -
System Red Green Blue C M Y K H S L
Decimal 237 90 60 0 0.62 0.75 0.07 10.17 0.83 0.58
Hex ED 5A 3C 0 3E 4B 7 A 53 3A
Octal 355 132 74 0 76 113 7 12 123 72
Binary 11101101 1011010 111100 0 111110 1001011 111 1010 1010011 111010

Color Harmonies of #ED5A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5A3C

Black with #ED5A3C

Text Example


Text Example

White with #ED5A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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