#EF913F

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

Shades of Sun #EF913F

Tints of Sun #EF913F

Color information

#EF913F (or 0xEF913F) is unknown color: approx Sun. HEX triplet: EF, 91 and 3F. RGB value is (239,145,63). Sum of RGB (Red+Green+Blue) = 239+145+63=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF913F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF913F is #106EC0. Grayscale: #A4A4A4. Windows color (decimal): -1076929 or 4166127. OLE color: 4166127.

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

Color convert

RGB23914563-
CMYK00.390.740.06
HSL27.95º84.62%59.22%-
HSV(B)27.95º73.64%93.73%-
XYZ46.6238.969.77-
YUV163.7671.14181.67-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.47%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 63 (25% from 255) = 14.09%
R=53.47%
G=32.44%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391456300.390.740.0627.9584.6259.22
HexEF913F0274A61c553b
Octal3572217704711263412573
Binary111011111001000111111101001111001010110111001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF913F; }

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

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

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

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

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

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

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

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