#ED9235

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

Shades of Sun #ED9235

Tints of Sun #ED9235

Color information

#ED9235 (or 0xED9235) is unknown color: approx Sun. HEX triplet: ED, 92 and 35. RGB value is (237,146,53). Sum of RGB (Red+Green+Blue) = 237+146+53=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED9235 is #126DCA. Grayscale: #A3A3A3. Windows color (decimal): -1207755 or 3511021. OLE color: 3511021.

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

Color convert

RGB23714653-
CMYK00.380.780.07
HSL30.33º83.64%56.86%-
HSV(B)30.33º77.64%92.94%-
XYZ45.8538.828.44-
YUV162.6166.15181.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 54.36%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 53 (21.09% from 255) = 12.16%
R=54.36%
G=33.49%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371465300.380.780.0730.3383.6456.86
HexED92350264E71e5439
Octal3552226504611673612471
Binary111011011001001011010101001101001110111111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9235; }

 p { color: rgb(237,146,53); }

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

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

 a { background-color: rgb(237,146,53); }

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

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

 span { border-color: rgb(237,146,53); }

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