#ED9038

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

Shades of Sun #ED9038

Tints of Sun #ED9038

Color information

#ED9038 (or 0xED9038) is unknown color: approx Sun. HEX triplet: ED, 90 and 38. RGB value is (237,144,56). Sum of RGB (Red+Green+Blue) = 237+144+56=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9038 is #126FC7. Grayscale: #A2A2A2. Windows color (decimal): -1208264 or 3707117. OLE color: 3707117.

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

Color convert

RGB23714456-
CMYK00.390.760.07
HSL29.17º83.41%57.45%-
HSV(B)29.17º76.37%92.94%-
XYZ45.6138.248.72-
YUV161.7768.31181.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.23%
GREEN value IS 144 (56.64% from 255) = 32.95%
BLUE value IS 56 (22.27% from 255) = 12.81%
R=54.23%
G=32.95%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371445600.390.760.0729.1783.4157.45
HexED90380274C71d5339
Octal3552207004711473512371
Binary111011011001000011100001001111001100111111011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9038; }

 p { color: rgb(237,144,56); }

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

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

 a { background-color: rgb(237,144,56); }

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

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

 span { border-color: rgb(237,144,56); }

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