#ED8B39

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

Shades of Sun #ED8B39

Tints of Sun #ED8B39

Color information

#ED8B39 (or 0xED8B39) is unknown color: approx Sun. HEX triplet: ED, 8B and 39. RGB value is (237,139,57). Sum of RGB (Red+Green+Blue) = 237+139+57=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B39 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8B39 is #1274C6. Grayscale: #9F9F9F. Windows color (decimal): -1209543 or 3771373. OLE color: 3771373.

HSL color Cylindrical-coordinate representation of color #ED8B39: hue angle of 27.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED8B39 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB23713957-
CMYK00.410.760.07
HSL27.33º83.33%57.65%-
HSV(B)27.33º75.95%92.94%-
XYZ44.936.778.6-
YUV158.9570.47183.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.73%
GREEN value IS 139 (54.69% from 255) = 32.10%
BLUE value IS 57 (22.66% from 255) = 13.16%
R=54.73%
G=32.10%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371395700.410.760.0727.3383.3357.65
HexED8B390294C71b533a
Octal3552137105111473312372
Binary111011011000101111100101010011001100111110111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8B39; }

 p { color: rgb(237,139,57); }

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

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

 a { background-color: rgb(237,139,57); }

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

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

 span { border-color: rgb(237,139,57); }

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