#ED5F38

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

Shades of Outrageous Orange #ED5F38

Tints of Outrageous Orange #ED5F38

Color information

#ED5F38 (or 0xED5F38) is unknown color: approx Outrageous Orange. HEX triplet: ED, 5F and 38. RGB value is (237,95,56). Sum of RGB (Red+Green+Blue) = 237+95+56=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5F38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED5F38 is #12A0C7. Grayscale: #858585. Windows color (decimal): -1220808 or 3694573. OLE color: 3694573.

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

Color convert

RGB2379556-
CMYK00.600.760.07
HSL12.93º83.41%57.45%-
HSV(B)12.93º76.37%92.94%-
XYZ39.7326.476.76-
YUV133.0184.54202.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 61.08%
GREEN value IS 95 (37.5% from 255) = 24.48%
BLUE value IS 56 (22.27% from 255) = 14.43%
R=61.08%
G=24.48%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237955600.600.760.0712.9383.4157.45
HexED5F3803C4C7d5339
Octal3551377007411471512371
Binary1110110110111111110000111100100110011111011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED5F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED5F38; }

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

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

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

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

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

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

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

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