Html Css Color HEX #E46940 Sorbus

📋 copy color: '#E46940'

red 228 ◦ green 105 ◦ blue 64

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

Shades of Sorbus #E46940

Tints of Sorbus #E46940

RGB

 RED value IS 228 (89.45% from 255) = 57.43%

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 57.43%
G = 26.45%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E46940 (or 0xE46940) is known color: Sorbus. HEX triplet: E4, 69 and 40. RGB value is (228,105,64). Sum of RGB (Red+Green+Blue) = 228+105+64=397 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.43% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 228 - color contains mainly: red. Hex color #E46940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46940 is #1B96BF. Grayscale: #898989. Windows color (decimal): -1808064 or 4221412. OLE color: 4221412.

HSL color Cylindrical-coordinate representation of color #E46940: hue angle of 15º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E46940 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 105 64 -
CMYK 0 0.54 0.72 0.11
HSL 15º 0.75% 0.57% -
HSV(B) 15º 0.72% 0.89% -
XYZ 37.97 26.97 8.05 -
YUV 137.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 228 105 64 0 0.54 0.72 0.11 15 0.75 0.57
Hex E4 69 40 0 36 48 B F 4B 39
Octal 344 151 100 0 66 110 13 17 113 71
Binary 11100100 1101001 1000000 0 110110 1001000 1011 1111 1001011 111001

Color Harmonies of #E46940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46940

Black with #E46940

Text Example


Text Example

White with #E46940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46940; }

 p { color: rgb(228,105,64); }

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

background-color css

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

 a { background-color: rgb(228,105,64); }

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

border-color css

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

 span { border-color: rgb(228,105,64); }

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