#EB4C48

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

Shades of Sunset Orange #EB4C48

Tints of Sunset Orange #EB4C48

Color information

#EB4C48 (or 0xEB4C48) is unknown color: approx Sunset Orange. HEX triplet: EB, 4C and 48. RGB value is (235,76,72). Sum of RGB (Red+Green+Blue) = 235+76+72=383 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.36% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4C48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4C48 is #14B3B7. Grayscale: #7B7B7B. Windows color (decimal): -1356728 or 4738283. OLE color: 4738283.

HSL color Cylindrical-coordinate representation of color #EB4C48: hue angle of 1.47º 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 #EB4C48 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB2357672-
CMYK00.680.690.08
HSL1.47º80.3%60.2%-
HSV(B)1.47º69.36%92.16%-
XYZ38.0223.38.62-
YUV123.0899.18207.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.36%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=61.36%
G=19.84%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235767200.680.690.081.4780.360.2
HexEB4C480444581503c
Octal353114110010410510112074
Binary1110101110011001001000010001001000101100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4C48; }

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

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

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

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

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

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

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

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