#EF8E38

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

Shades of Sun #EF8E38

Tints of Sun #EF8E38

Color information

#EF8E38 (or 0xEF8E38) is unknown color: approx Sun. HEX triplet: EF, 8E and 38. RGB value is (239,142,56). Sum of RGB (Red+Green+Blue) = 239+142+56=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8E38 is #1071C7. Grayscale: #A1A1A1. Windows color (decimal): -1077704 or 3706607. OLE color: 3706607.

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

Color convert

RGB23914256-
CMYK00.410.770.06
HSL28.2º85.12%57.84%-
HSV(B)28.2º76.57%93.73%-
XYZ45.9837.988.65-
YUV161.268.64183.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=54.69%
G=32.49%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391425600.410.770.0628.285.1257.84
HexEF8E380294D61c553a
Octal3572167005111563412572
Binary111011111000111011100001010011001101110111001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E38; }

 p { color: rgb(239,142,56); }

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

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

 a { background-color: rgb(239,142,56); }

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

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

 span { border-color: rgb(239,142,56); }

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