#EB5542

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

Shades of Sunset Orange #EB5542

Tints of Sunset Orange #EB5542

Color information

#EB5542 (or 0xEB5542) is unknown color: approx Sunset Orange. HEX triplet: EB, 55 and 42. RGB value is (235,85,66). Sum of RGB (Red+Green+Blue) = 235+85+66=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5542 is #14AABD. Grayscale: #7F7F7F. Windows color (decimal): -1354430 or 4347371. OLE color: 4347371.

HSL color Cylindrical-coordinate representation of color #EB5542: hue angle of 6.75º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB5542 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB2358566-
CMYK00.640.720.08
HSL6.75º80.86%59.02%-
HSV(B)6.75º71.91%92.16%-
XYZ38.4924.557.86-
YUV127.6893.2204.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=60.88%
G=22.02%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235856600.640.720.086.7580.8659.02
HexEB55420404887513b
Octal353125102010011010712173
Binary111010111010101100001001000000100100010001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5542; }

 p { color: rgb(235,85,66); }

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

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

 a { background-color: rgb(235,85,66); }

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

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

 span { border-color: rgb(235,85,66); }

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