Html Css Color HEX #E96D40 Sorbus

📋 copy color: '#E96D40'

red 233 ◦ green 109 ◦ blue 64

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

Shades of Sorbus #E96D40

Tints of Sorbus #E96D40

RGB

 RED value IS 233 (91.41% from 255) = 57.39%

 GREEN value IS 109 (42.97% from 255) = 26.85%

 BLUE value IS 64 (25.39% from 255) = 15.76%

R = 57.39%
G = 26.85%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E96D40 (or 0xE96D40) is known color: Sorbus. HEX triplet: E9, 6D and 40. RGB value is (233,109,64). Sum of RGB (Red+Green+Blue) = 233+109+64=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E96D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96D40 is #1692BF. Grayscale: #8D8D8D. Windows color (decimal): -1479360 or 4222441. OLE color: 4222441.

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

Color convert

RGB 233 109 64 -
CMYK 0 0.53 0.73 0.09
HSL 15.98º 0.79% 0.58% -
HSV(B) 15.98º 0.73% 0.91% -
XYZ 40 28.63 8.27 -
YUV 140.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 233 109 64 0 0.53 0.73 0.09 15.98 0.79 0.58
Hex E9 6D 40 0 35 49 9 10 4F 3A
Octal 351 155 100 0 65 111 11 20 117 72
Binary 11101001 1101101 1000000 0 110101 1001001 1001 10000 1001111 111010

Color Harmonies of #E96D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96D40

Black with #E96D40

Text Example


Text Example

White with #E96D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96D40; }

 p { color: rgb(233,109,64); }

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

background-color css

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

 a { background-color: rgb(233,109,64); }

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

border-color css

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

 span { border-color: rgb(233,109,64); }

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