#EB4B48

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

Shades of Sunset Orange #EB4B48

Tints of Sunset Orange #EB4B48

Color information

#EB4B48 (or 0xEB4B48) is unknown color: approx Sunset Orange. HEX triplet: EB, 4B and 48. RGB value is (235,75,72). Sum of RGB (Red+Green+Blue) = 235+75+72=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4B48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4B48 is #14B4B7. Grayscale: #7A7A7A. Windows color (decimal): -1356984 or 4738027. OLE color: 4738027.

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

Color convert

RGB2357572-
CMYK00.680.690.08
HSL1.1º80.3%60.2%-
HSV(B)1.1º69.36%92.16%-
XYZ37.9523.168.6-
YUV122.599.51208.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 61.52%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 72 (28.52% from 255) = 18.85%
R=61.52%
G=19.63%
B=18.85%

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
Decimal235757200.680.690.081.180.360.2
HexEB4B480444581503c
Octal353113110010410510112074
Binary1110101110010111001000010001001000101100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4B48; }

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

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

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

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

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

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

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

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