#EF5B3D

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

Shades of Outrageous Orange #EF5B3D

Tints of Outrageous Orange #EF5B3D

Color information

#EF5B3D (or 0xEF5B3D) is unknown color: approx Outrageous Orange. HEX triplet: EF, 5B and 3D. RGB value is (239,91,61). Sum of RGB (Red+Green+Blue) = 239+91+61=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5B3D is #10A4C2. Grayscale: #848484. Windows color (decimal): -1090755 or 4021231. OLE color: 4021231.

HSL color Cylindrical-coordinate representation of color #EF5B3D: hue angle of 10.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF5B3D is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2399161-
CMYK00.620.740.06
HSL10.11º84.76%58.82%-
HSV(B)10.11º74.48%93.73%-
XYZ40.1826.177.35-
YUV131.8388.03204.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 61.13%
GREEN value IS 91 (35.94% from 255) = 23.27%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=61.13%
G=23.27%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239916100.620.740.0610.1184.7658.82
HexEF5B3D03E4A6a553b
Octal3571337507611261212573
Binary1110111110110111111010111110100101011010101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B3D; }

 p { color: rgb(239,91,61); }

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

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

 a { background-color: rgb(239,91,61); }

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

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

 span { border-color: rgb(239,91,61); }

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