Html Css Color HEX #EA5E39 Sorbus

📋 copy color: '#EA5E39'

red 234 ◦ green 94 ◦ blue 57

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

Shades of Sorbus #EA5E39

Tints of Sorbus #EA5E39

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.42%

 BLUE value IS 57 (22.66% from 255) = 14.81%

R = 60.78%
G = 24.42%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA5E39 (or 0xEA5E39) is known color: Sorbus. HEX triplet: EA, 5E and 39. RGB value is (234,94,57). Sum of RGB (Red+Green+Blue) = 234+94+57=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E39 is #15A1C6. Grayscale: #838383. Windows color (decimal): -1417671 or 3759850. OLE color: 3759850.

HSL color Cylindrical-coordinate representation of color #EA5E39: hue angle of 12.54º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA5E39 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 94 57 -
CMYK 0 0.60 0.76 0.08
HSL 12.54º 0.81% 0.57% -
HSV(B) 12.54º 0.76% 0.92% -
XYZ 38.67 25.79 6.81 -
YUV 131.64 85.88 201.01 -
System Red Green Blue C M Y K H S L
Decimal 234 94 57 0 0.60 0.76 0.08 12.54 0.81 0.57
Hex EA 5E 39 0 3C 4C 8 D 51 39
Octal 352 136 71 0 74 114 10 15 121 71
Binary 11101010 1011110 111001 0 111100 1001100 1000 1101 1010001 111001

Color Harmonies of #EA5E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E39

Black with #EA5E39

Text Example


Text Example

White with #EA5E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E39; }

 p { color: rgb(234,94,57); }

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

background-color css

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

 a { background-color: rgb(234,94,57); }

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

border-color css

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

 span { border-color: rgb(234,94,57); }

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