#EB5245

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

Shades of Sunset Orange #EB5245

Tints of Sunset Orange #EB5245

Color information

#EB5245 (or 0xEB5245) is unknown color: approx Sunset Orange. HEX triplet: EB, 52 and 45. RGB value is (235,82,69). Sum of RGB (Red+Green+Blue) = 235+82+69=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5245 is #14ADBA. Grayscale: #7E7E7E. Windows color (decimal): -1355195 or 4543211. OLE color: 4543211.

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

Color convert

RGB2358269-
CMYK00.650.710.08
HSL4.7º80.58%59.61%-
HSV(B)4.7º70.64%92.16%-
XYZ38.3524.138.27-
YUV126.2695.69205.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 60.88%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=60.88%
G=21.24%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235826900.650.710.084.780.5859.61
HexEB52450414785513c
Octal353122105010110710512174
Binary111010111010010100010101000001100011110001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5245; }

 p { color: rgb(235,82,69); }

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

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

 a { background-color: rgb(235,82,69); }

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

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

 span { border-color: rgb(235,82,69); }

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