#EA4C45

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

Shades of Sunset Orange #EA4C45

Tints of Sunset Orange #EA4C45

Color information

#EA4C45 (or 0xEA4C45) is unknown color: approx Sunset Orange. HEX triplet: EA, 4C and 45. RGB value is (234,76,69). Sum of RGB (Red+Green+Blue) = 234+76+69=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4C45 is #15B3BA. Grayscale: #7A7A7A. Windows color (decimal): -1422267 or 4541674. OLE color: 4541674.

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

Color convert

RGB2347669-
CMYK00.680.710.08
HSL2.55º79.71%59.41%-
HSV(B)2.55º70.51%91.76%-
XYZ37.5923.098.11-
YUV122.4497.85207.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.74%
GREEN value IS 76 (30.08% from 255) = 20.05%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=61.74%
G=20.05%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234766900.680.710.082.5579.7159.41
HexEA4C450444783503b
Octal352114105010410710312073
Binary11101010100110010001010100010010001111000111010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4C45; }

 p { color: rgb(234,76,69); }

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

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

 a { background-color: rgb(234,76,69); }

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

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

 span { border-color: rgb(234,76,69); }

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