Html Css Color HEX #E46D40 Sorbus

📋 copy color: '#E46D40'

red 228 ◦ green 109 ◦ blue 64

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

Shades of Sorbus #E46D40

Tints of Sorbus #E46D40

RGB

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

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

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

R = 56.86%
G = 27.18%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E46D40 (or 0xE46D40) is known color: Sorbus. HEX triplet: E4, 6D and 40. RGB value is (228,109,64). Sum of RGB (Red+Green+Blue) = 228+109+64=401 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.86% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 228 - color contains mainly: red. Hex color #E46D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46D40 is #1B92BF. Grayscale: #8B8B8B. Windows color (decimal): -1807040 or 4222436. OLE color: 4222436.

HSL color Cylindrical-coordinate representation of color #E46D40: hue angle of 16.46º 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 #E46D40 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 109 64 -
CMYK 0 0.52 0.72 0.11
HSL 16.46º 0.75% 0.57% -
HSV(B) 16.46º 0.72% 0.89% -
XYZ 38.39 27.8 8.19 -
YUV 139.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 228 109 64 0 0.52 0.72 0.11 16.46 0.75 0.57
Hex E4 6D 40 0 34 48 B 10 4B 39
Octal 344 155 100 0 64 110 13 20 113 71
Binary 11100100 1101101 1000000 0 110100 1001000 1011 10000 1001011 111001

Color Harmonies of #E46D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46D40

Black with #E46D40

Text Example


Text Example

White with #E46D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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