Html Css Color HEX #EA4F45 Sunset Orange

📋 copy color: '#EA4F45'

red 234 ◦ green 79 ◦ blue 69

#EA4F45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #EA4F45

Tints of Sunset Orange #EA4F45

RGB

 RED value IS 234 (91.8% from 255) = 61.26%

 GREEN value IS 79 (31.25% from 255) = 20.68%

 BLUE value IS 69 (27.34% from 255) = 18.06%

R = 61.26%
G = 20.68%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA4F45 (or 0xEA4F45) is known color: Sunset Orange. HEX triplet: EA, 4F and 45. RGB value is (234,79,69). Sum of RGB (Red+Green+Blue) = 234+79+69=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 69 (27.34% from 255 or 18.06% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F45 is #15B0BA. Grayscale: #7C7C7C. Windows color (decimal): -1421499 or 4542442. OLE color: 4542442.

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

Color convert

RGB 234 79 69 -
CMYK 0 0.66 0.71 0.08
HSL 3.64º 0.8% 0.59% -
HSV(B) 3.64º 0.71% 0.92% -
XYZ 37.8 23.51 8.18 -
YUV 124.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 234 79 69 0 0.66 0.71 0.08 3.64 0.8 0.59
Hex EA 4F 45 0 42 47 8 4 50 3B
Octal 352 117 105 0 102 107 10 4 120 73
Binary 11101010 1001111 1000101 0 1000010 1000111 1000 100 1010000 111011

Color Harmonies of #EA4F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4F45

Black with #EA4F45

Text Example


Text Example

White with #EA4F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4F45; }

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

 H1.HeaderClassName
 {
   color: #EA4F45;
 }
 .AnyTagClassName
 {
   color: #EA4F45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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