#EB4D48

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

Shades of Sunset Orange #EB4D48

Tints of Sunset Orange #EB4D48

Color information

#EB4D48 (or 0xEB4D48) is unknown color: approx Sunset Orange. HEX triplet: EB, 4D and 48. RGB value is (235,77,72). Sum of RGB (Red+Green+Blue) = 235+77+72=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB4D48 is #14B2B7. Grayscale: #7B7B7B. Windows color (decimal): -1356472 or 4738539. OLE color: 4738539.

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

Color convert

RGB2357772-
CMYK00.670.690.08
HSL1.84º80.3%60.2%-
HSV(B)1.84º69.36%92.16%-
XYZ38.0823.448.65-
YUV123.6798.85207.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.20%
GREEN value IS 77 (30.47% from 255) = 20.05%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=61.20%
G=20.05%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235777200.670.690.081.8480.360.2
HexEB4D480434582503c
Octal353115110010310510212074
Binary11101011100110110010000100001110001011000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4D48; }

 p { color: rgb(235,77,72); }

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

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

 a { background-color: rgb(235,77,72); }

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

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

 span { border-color: rgb(235,77,72); }

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