#ef8c30

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

Shades of Sun #EF8C30

Tints of Sun #EF8C30

Color information

#EF8C30 (or 0xEF8C30) is unknown color: approx Sun. HEX triplet: EF, 8C and 30. RGB value is (239,140,48). Sum of RGB (Red+Green+Blue) = 239+140+48=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 48 (19.14% from 255 or 11.24% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF8C30 is #1073CF. Grayscale: #9F9F9F. Windows color (decimal): -1078224 or 3181807. OLE color: 3181807.

HSL color Cylindrical-coordinate representation of color #EF8C30: hue angle of 28.9º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF8C30 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB23914048-
CMYK00.410.800.06
HSL28.9º85.65%56.27%-
HSV(B)28.9º79.92%93.73%-
XYZ45.5137.327.6-
YUV159.1165.3184.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.97%
GREEN value IS 140 (55.08% from 255) = 32.79%
BLUE value IS 48 (19.14% from 255) = 11.24%
R=55.97%
G=32.79%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391404800.410.800.0628.985.6556.27
HexEF8C300295061d5638
Octal3572146005112063512670
Binary111011111000110011000001010011010000110111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8c30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8c30; }

 p { color: rgb(239,140,48); }

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

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

 a { background-color: rgb(239,140,48); }

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

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

 span { border-color: rgb(239,140,48); }

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