#EA4B45

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

Shades of Sunset Orange #EA4B45

Tints of Sunset Orange #EA4B45

Color information

#EA4B45 (or 0xEA4B45) is unknown color: approx Sunset Orange. HEX triplet: EA, 4B and 45. RGB value is (234,75,69). Sum of RGB (Red+Green+Blue) = 234+75+69=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4B45 is #15B4BA. Grayscale: #7A7A7A. Windows color (decimal): -1422523 or 4541418. OLE color: 4541418.

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

Color convert

RGB2347569-
CMYK00.680.710.08
HSL2.18º79.71%59.41%-
HSV(B)2.18º70.51%91.76%-
XYZ37.5222.958.08-
YUV121.8698.18207.99-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 61.90%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 69 (27.34% from 255) = 18.25%
R=61.90%
G=19.84%
B=18.25%

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
Decimal234756900.680.710.082.1879.7159.41
HexEA4B450444782503b
Octal352113105010410710212073
Binary11101010100101110001010100010010001111000101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B45; }

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

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

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

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

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

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

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

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