Html Css Color HEX #EA5E38 Sorbus

📋 copy color: '#EA5E38'

red 234 ◦ green 94 ◦ blue 56

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

Shades of Sorbus #EA5E38

Tints of Sorbus #EA5E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.58%

R = 60.94%
G = 24.48%
B = 14.58%

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

#EA5E38 (or 0xEA5E38) is known color: Sorbus. HEX triplet: EA, 5E and 38. RGB value is (234,94,56). Sum of RGB (Red+Green+Blue) = 234+94+56=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E38 is #15A1C7. Grayscale: #838383. Windows color (decimal): -1417672 or 3694314. OLE color: 3694314.

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

Color convert

RGB 234 94 56 -
CMYK 0 0.60 0.76 0.08
HSL 12.81º 0.81% 0.57% -
HSV(B) 12.81º 0.76% 0.92% -
XYZ 38.65 25.78 6.68 -
YUV 131.53 85.38 201.09 -
System Red Green Blue C M Y K H S L
Decimal 234 94 56 0 0.60 0.76 0.08 12.81 0.81 0.57
Hex EA 5E 38 0 3C 4C 8 D 51 39
Octal 352 136 70 0 74 114 10 15 121 71
Binary 11101010 1011110 111000 0 111100 1001100 1000 1101 1010001 111001

Color Harmonies of #EA5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E38

Black with #EA5E38

Text Example


Text Example

White with #EA5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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