#ED533E

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

Shades of Sunset Orange #ED533E

Tints of Sunset Orange #ED533E

Color information

#ED533E (or 0xED533E) is unknown color: approx Sunset Orange. HEX triplet: ED, 53 and 3E. RGB value is (237,83,62). Sum of RGB (Red+Green+Blue) = 237+83+62=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED533E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED533E is #12ACC1. Grayscale: #7E7E7E. Windows color (decimal): -1223874 or 4084717. OLE color: 4084717.

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

Color convert

RGB2378362-
CMYK00.650.740.07
HSL7.2º82.94%58.63%-
HSV(B)7.2º73.84%92.94%-
XYZ38.8924.547.24-
YUV126.6591.52206.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 62.04%
GREEN value IS 83 (32.81% from 255) = 21.73%
BLUE value IS 62 (24.61% from 255) = 16.23%
R=62.04%
G=21.73%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237836200.650.740.077.282.9458.63
HexED533E0414A77533b
Octal3551237601011127712373
Binary1110110110100111111100100000110010101111111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED533E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED533E; }

 p { color: rgb(237,83,62); }

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

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

 a { background-color: rgb(237,83,62); }

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

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

 span { border-color: rgb(237,83,62); }

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