Html Css Color HEX #EA5B28 Sorbus

📋 copy color: '#EA5B28'

red 234 ◦ green 91 ◦ blue 40

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

Shades of Sorbus #EA5B28

Tints of Sorbus #EA5B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 64.11%
G = 24.93%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EA5B28 (or 0xEA5B28) is known color: Sorbus. HEX triplet: EA, 5B and 28. RGB value is (234,91,40). Sum of RGB (Red+Green+Blue) = 234+91+40=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5B28 is #15A4D7. Grayscale: #808080. Windows color (decimal): -1418456 or 2644970. OLE color: 2644970.

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

Color convert

RGB 234 91 40 -
CMYK 0 0.61 0.83 0.08
HSL 15.77º 0.82% 0.54% -
HSV(B) 15.77º 0.83% 0.92% -
XYZ 38.06 25.13 4.85 -
YUV 127.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 234 91 40 0 0.61 0.83 0.08 15.77 0.82 0.54
Hex EA 5B 28 0 3D 53 8 10 52 36
Octal 352 133 50 0 75 123 10 20 122 66
Binary 11101010 1011011 101000 0 111101 1010011 1000 10000 1010010 110110

Color Harmonies of #EA5B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5B28

Black with #EA5B28

Text Example


Text Example

White with #EA5B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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