#EF693F

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

Shades of Outrageous Orange #EF693F

Tints of Outrageous Orange #EF693F

Color information

#EF693F (or 0xEF693F) is unknown color: approx Outrageous Orange. HEX triplet: EF, 69 and 3F. RGB value is (239,105,63). Sum of RGB (Red+Green+Blue) = 239+105+63=407 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.72% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 63 (25% from 255 or 15.48% from 407); Max value from RGB is 239 - color contains mainly: red. Hex color #EF693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF693F is #1096C0. Grayscale: #8C8C8C. Windows color (decimal): -1087169 or 4155887. OLE color: 4155887.

HSL color Cylindrical-coordinate representation of color #EF693F: hue angle of 14.32º 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 #EF693F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23910563-
CMYK00.560.740.06
HSL14.32º84.62%59.22%-
HSV(B)14.32º73.64%93.73%-
XYZ41.5528.818.07-
YUV140.2884.39198.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 58.72%
GREEN value IS 105 (41.41% from 255) = 25.80%
BLUE value IS 63 (25% from 255) = 15.48%
R=58.72%
G=25.80%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391056300.560.740.0614.3284.6259.22
HexEF693F0384A6e553b
Octal3571517707011261612573
Binary1110111111010011111110111000100101011011101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF693F; }

 p { color: rgb(239,105,63); }

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

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

 a { background-color: rgb(239,105,63); }

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

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

 span { border-color: rgb(239,105,63); }

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