Html Css Color HEX #E96F30 Sorbus

📋 copy color: '#E96F30'

red 233 ◦ green 111 ◦ blue 48

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

Shades of Sorbus #E96F30

Tints of Sorbus #E96F30

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.32%

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

R = 59.44%
G = 28.32%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E96F30 (or 0xE96F30) is known color: Sorbus. HEX triplet: E9, 6F and 30. RGB value is (233,111,48). Sum of RGB (Red+Green+Blue) = 233+111+48=392 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.44% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 233 - color contains mainly: red. Hex color #E96F30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96F30 is #1690CF. Grayscale: #8C8C8C. Windows color (decimal): -1478864 or 3174377. OLE color: 3174377.

HSL color Cylindrical-coordinate representation of color #E96F30: hue angle of 20.43º degrees, saturation: 0.81, 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 #E96F30 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 111 48 -
CMYK 0 0.52 0.79 0.09
HSL 20.43º 0.81% 0.55% -
HSV(B) 20.43º 0.79% 0.91% -
XYZ 39.82 28.91 6.28 -
YUV 140.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 233 111 48 0 0.52 0.79 0.09 20.43 0.81 0.55
Hex E9 6F 30 0 34 4F 9 14 51 37
Octal 351 157 60 0 64 117 11 24 121 67
Binary 11101001 1101111 110000 0 110100 1001111 1001 10100 1010001 110111

Color Harmonies of #E96F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96F30

Black with #E96F30

Text Example


Text Example

White with #E96F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96F30; }

 p { color: rgb(233,111,48); }

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

background-color css

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

 a { background-color: rgb(233,111,48); }

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

border-color css

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

 span { border-color: rgb(233,111,48); }

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