Html Css Color HEX #EA5D39 Sorbus

📋 copy color: '#EA5D39'

red 234 ◦ green 93 ◦ blue 57

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

Shades of Sorbus #EA5D39

Tints of Sorbus #EA5D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

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

R = 60.94%
G = 24.22%
B = 14.84%

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

#EA5D39 (or 0xEA5D39) is known color: Sorbus. HEX triplet: EA, 5D and 39. RGB value is (234,93,57). Sum of RGB (Red+Green+Blue) = 234+93+57=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5D39 is #15A2C6. Grayscale: #838383. Windows color (decimal): -1417927 or 3759594. OLE color: 3759594.

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

Color convert

RGB 234 93 57 -
CMYK 0 0.60 0.76 0.08
HSL 12.2º 0.81% 0.57% -
HSV(B) 12.2º 0.76% 0.92% -
XYZ 38.58 25.62 6.78 -
YUV 131.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 234 93 57 0 0.60 0.76 0.08 12.2 0.81 0.57
Hex EA 5D 39 0 3C 4C 8 C 51 39
Octal 352 135 71 0 74 114 10 14 121 71
Binary 11101010 1011101 111001 0 111100 1001100 1000 1100 1010001 111001

Color Harmonies of #EA5D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5D39

Black with #EA5D39

Text Example


Text Example

White with #EA5D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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