Html Css Color HEX #E85B30 Sorbus

📋 copy color: '#E85B30'

red 232 ◦ green 91 ◦ blue 48

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

Shades of Sorbus #E85B30

Tints of Sorbus #E85B30

RGB

 RED value IS 232 (91.02% from 255) = 62.53%

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

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

R = 62.53%
G = 24.53%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E85B30 (or 0xE85B30) is known color: Sorbus. HEX triplet: E8, 5B and 30. RGB value is (232,91,48). Sum of RGB (Red+Green+Blue) = 232+91+48=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B30 is #17A4CF. Grayscale: #808080. Windows color (decimal): -1549520 or 3169256. OLE color: 3169256.

HSL color Cylindrical-coordinate representation of color #E85B30: hue angle of 14.02º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E85B30 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 91 48 -
CMYK 0 0.61 0.79 0.09
HSL 14.02º 0.8% 0.55% -
HSV(B) 14.02º 0.79% 0.91% -
XYZ 37.55 24.85 5.61 -
YUV 128.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 232 91 48 0 0.61 0.79 0.09 14.02 0.8 0.55
Hex E8 5B 30 0 3D 4F 9 E 50 37
Octal 350 133 60 0 75 117 11 16 120 67
Binary 11101000 1011011 110000 0 111101 1001111 1001 1110 1010000 110111

Color Harmonies of #E85B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B30

Black with #E85B30

Text Example


Text Example

White with #E85B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B30; }

 p { color: rgb(232,91,48); }

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

background-color css

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

 a { background-color: rgb(232,91,48); }

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

border-color css

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

 span { border-color: rgb(232,91,48); }

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