Html Css Color HEX #E96E2F Sorbus

📋 copy color: '#E96E2F'

red 233 ◦ green 110 ◦ blue 47

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

Shades of Sorbus #E96E2F

Tints of Sorbus #E96E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.21%

 BLUE value IS 47 (18.75% from 255) = 12.05%

R = 59.74%
G = 28.21%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E96E2F (or 0xE96E2F) is known color: Sorbus. HEX triplet: E9, 6E and 2F. RGB value is (233,110,47). Sum of RGB (Red+Green+Blue) = 233+110+47=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E96E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96E2F is #1691D0. Grayscale: #8B8B8B. Windows color (decimal): -1479121 or 3108585. OLE color: 3108585.

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

Color convert

RGB 233 110 47 -
CMYK 0 0.53 0.80 0.09
HSL 20.32º 0.81% 0.55% -
HSV(B) 20.32º 0.8% 0.91% -
XYZ 39.69 28.68 6.13 -
YUV 139.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 233 110 47 0 0.53 0.80 0.09 20.32 0.81 0.55
Hex E9 6E 2F 0 35 50 9 14 51 37
Octal 351 156 57 0 65 120 11 24 121 67
Binary 11101001 1101110 101111 0 110101 1010000 1001 10100 1010001 110111

Color Harmonies of #E96E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96E2F

Black with #E96E2F

Text Example


Text Example

White with #E96E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96E2F; }

 p { color: rgb(233,110,47); }

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

background-color css

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

 a { background-color: rgb(233,110,47); }

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

border-color css

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

 span { border-color: rgb(233,110,47); }

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