Html Css Color HEX #EA5242 Sunset Orange

📋 copy color: '#EA5242'

red 234 ◦ green 82 ◦ blue 66

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

Shades of Sunset Orange #EA5242

Tints of Sunset Orange #EA5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

 BLUE value IS 66 (26.17% from 255) = 17.28%

R = 61.26%
G = 21.47%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA5242 (or 0xEA5242) is known color: Sunset Orange. HEX triplet: EA, 52 and 42. RGB value is (234,82,66). Sum of RGB (Red+Green+Blue) = 234+82+66=382 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.26% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5242 is #15ADBD. Grayscale: #7D7D7D. Windows color (decimal): -1420734 or 4346602. OLE color: 4346602.

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

Color convert

RGB 234 82 66 -
CMYK 0 0.65 0.72 0.08
HSL 5.71º 0.8% 0.59% -
HSV(B) 5.71º 0.72% 0.92% -
XYZ 37.93 23.92 7.77 -
YUV 125.62 94.36 205.3 -
System Red Green Blue C M Y K H S L
Decimal 234 82 66 0 0.65 0.72 0.08 5.71 0.8 0.59
Hex EA 52 42 0 41 48 8 6 50 3B
Octal 352 122 102 0 101 110 10 6 120 73
Binary 11101010 1010010 1000010 0 1000001 1001000 1000 110 1010000 111011

Color Harmonies of #EA5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5242

Black with #EA5242

Text Example


Text Example

White with #EA5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5242; }

 p { color: rgb(234,82,66); }

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

background-color css

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

 a { background-color: rgb(234,82,66); }

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

border-color css

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

 span { border-color: rgb(234,82,66); }

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