Html Css Color HEX #EA5E28 Sorbus

📋 copy color: '#EA5E28'

red 234 ◦ green 94 ◦ blue 40

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

Shades of Sorbus #EA5E28

Tints of Sorbus #EA5E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.87%

R = 63.59%
G = 25.54%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA5E28 (or 0xEA5E28) is known color: Sorbus. HEX triplet: EA, 5E and 28. RGB value is (234,94,40). Sum of RGB (Red+Green+Blue) = 234+94+40=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E28 is #15A1D7. Grayscale: #828282. Windows color (decimal): -1417688 or 2645738. OLE color: 2645738.

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

Color convert

RGB 234 94 40 -
CMYK 0 0.60 0.83 0.08
HSL 16.7º 0.82% 0.54% -
HSV(B) 16.7º 0.83% 0.92% -
XYZ 38.32 25.65 4.94 -
YUV 129.7 77.38 202.39 -
System Red Green Blue C M Y K H S L
Decimal 234 94 40 0 0.60 0.83 0.08 16.7 0.82 0.54
Hex EA 5E 28 0 3C 53 8 11 52 36
Octal 352 136 50 0 74 123 10 21 122 66
Binary 11101010 1011110 101000 0 111100 1010011 1000 10001 1010010 110110

Color Harmonies of #EA5E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5E28

Black with #EA5E28

Text Example


Text Example

White with #EA5E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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