Html Css Color HEX #E55F30 Sorbus

📋 copy color: '#E55F30'

red 229 ◦ green 95 ◦ blue 48

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

Shades of Sorbus #E55F30

Tints of Sorbus #E55F30

RGB

 RED value IS 229 (89.84% from 255) = 61.56%

 GREEN value IS 95 (37.5% from 255) = 25.54%

 BLUE value IS 48 (19.14% from 255) = 12.9%

R = 61.56%
G = 25.54%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E55F30 (or 0xE55F30) is known color: Sorbus. HEX triplet: E5, 5F and 30. RGB value is (229,95,48). Sum of RGB (Red+Green+Blue) = 229+95+48=372 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.56% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 229 - color contains mainly: red. Hex color #E55F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E55F30 is #1AA0CF. Grayscale: #828282. Windows color (decimal): -1745104 or 3170277. OLE color: 3170277.

HSL color Cylindrical-coordinate representation of color #E55F30: hue angle of 15.58º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E55F30 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 95 48 -
CMYK 0 0.59 0.79 0.10
HSL 15.58º 0.78% 0.54% -
HSV(B) 15.58º 0.79% 0.9% -
XYZ 36.94 25.06 5.69 -
YUV 129.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 229 95 48 0 0.59 0.79 0.10 15.58 0.78 0.54
Hex E5 5F 30 0 3B 4F A 10 4E 36
Octal 345 137 60 0 73 117 12 20 116 66
Binary 11100101 1011111 110000 0 111011 1001111 1010 10000 1001110 110110

Color Harmonies of #E55F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55F30

Black with #E55F30

Text Example


Text Example

White with #E55F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55F30; }

 p { color: rgb(229,95,48); }

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

background-color css

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

 a { background-color: rgb(229,95,48); }

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

border-color css

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

 span { border-color: rgb(229,95,48); }

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