#ed5738

Color #ED5738 Outrageous Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outrageous Orange #ED5738

Tints of Outrageous Orange #ED5738

Color information

#ED5738 (or 0xED5738) is unknown color: approx Outrageous Orange. HEX triplet: ED, 57 and 38. RGB value is (237,87,56). Sum of RGB (Red+Green+Blue) = 237+87+56=380 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.37% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5738 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5738 is #12A8C7. Grayscale: #808080. Windows color (decimal): -1222856 or 3692525. OLE color: 3692525.

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

Color convert

RGB2378756-
CMYK00.630.760.07
HSL10.28º83.41%57.45%-
HSV(B)10.28º76.37%92.94%-
XYZ39.0525.116.53-
YUV128.3287.2205.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.37%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=62.37%
G=22.89%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237875600.630.760.0710.2883.4157.45
HexED573803F4C7a5339
Octal3551277007711471212371
Binary1110110110101111110000111111100110011110101010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed5738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed5738; }

 p { color: rgb(237,87,56); }

 H1.HeaderClassName
 {
   color: #ed5738;
 }
 .AnyTagClassName
 {
   color: #ed5738;
 }
</style>
background-color css

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

 a { background-color: rgb(237,87,56); }

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

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

 span { border-color: rgb(237,87,56); }

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