#EB4F4E

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

Shades of Sunset Orange #EB4F4E

Tints of Sunset Orange #EB4F4E

Color information

#EB4F4E (or 0xEB4F4E) is unknown color: approx Sunset Orange. HEX triplet: EB, 4F and 4E. RGB value is (235,79,78). Sum of RGB (Red+Green+Blue) = 235+79+78=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 78 (30.86% from 255 or 19.90% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F4E is #14B0B1. Grayscale: #7D7D7D. Windows color (decimal): -1355954 or 5132267. OLE color: 5132267.

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

Color convert

RGB2357978-
CMYK00.660.670.08
HSL0.38º79.7%61.37%-
HSV(B)0.38º66.81%92.16%-
XYZ38.4323.89.78-
YUV125.53101.18206.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 59.95%
GREEN value IS 79 (31.25% from 255) = 20.15%
BLUE value IS 78 (30.86% from 255) = 19.90%
R=59.95%
G=20.15%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235797800.660.670.080.3879.761.37
HexEB4F4E0424380503d
Octal353117116010210310012075
Binary1110101110011111001110010000101000011100001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F4E; }

 p { color: rgb(235,79,78); }

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

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

 a { background-color: rgb(235,79,78); }

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

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

 span { border-color: rgb(235,79,78); }

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