Html Css Color HEX #E85E3D Sorbus

📋 copy color: '#E85E3D'

red 232 ◦ green 94 ◦ blue 61

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

Shades of Sorbus #E85E3D

Tints of Sorbus #E85E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.76%

R = 59.95%
G = 24.29%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E85E3D (or 0xE85E3D) is known color: Sorbus. HEX triplet: E8, 5E and 3D. RGB value is (232,94,61). Sum of RGB (Red+Green+Blue) = 232+94+61=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E3D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E3D is #17A1C2. Grayscale: #838383. Windows color (decimal): -1548739 or 4021992. OLE color: 4021992.

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

Color convert

RGB 232 94 61 -
CMYK 0 0.59 0.74 0.09
HSL 11.58º 0.79% 0.57% -
HSV(B) 11.58º 0.74% 0.91% -
XYZ 38.12 25.5 7.33 -
YUV 131.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 232 94 61 0 0.59 0.74 0.09 11.58 0.79 0.57
Hex E8 5E 3D 0 3B 4A 9 C 4F 39
Octal 350 136 75 0 73 112 11 14 117 71
Binary 11101000 1011110 111101 0 111011 1001010 1001 1100 1001111 111001

Color Harmonies of #E85E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E3D

Black with #E85E3D

Text Example


Text Example

White with #E85E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E3D; }

 p { color: rgb(232,94,61); }

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

background-color css

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

 a { background-color: rgb(232,94,61); }

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

border-color css

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

 span { border-color: rgb(232,94,61); }

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