#ED903D

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

Shades of Sun #ED903D

Tints of Sun #ED903D

Color information

#ED903D (or 0xED903D) is unknown color: approx Sun. HEX triplet: ED, 90 and 3D. RGB value is (237,144,61). Sum of RGB (Red+Green+Blue) = 237+144+61=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED903D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED903D is #126FC2. Grayscale: #A2A2A2. Windows color (decimal): -1208259 or 4034797. OLE color: 4034797.

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

Color convert

RGB23714461-
CMYK00.390.740.07
HSL28.3º83.02%58.43%-
HSV(B)28.3º74.26%92.94%-
XYZ45.7438.299.39-
YUV162.3470.81181.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.62%
GREEN value IS 144 (56.64% from 255) = 32.58%
BLUE value IS 61 (24.22% from 255) = 13.80%
R=53.62%
G=32.58%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371446100.390.740.0728.383.0258.43
HexED903D0274A71c533a
Octal3552207504711273412372
Binary111011011001000011110101001111001010111111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED903D; }

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

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

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

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

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

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

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

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