Html Css Color HEX #E66940 Sorbus

📋 copy color: '#E66940'

red 230 ◦ green 105 ◦ blue 64

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

Shades of Sorbus #E66940

Tints of Sorbus #E66940

RGB

 RED value IS 230 (90.23% from 255) = 57.64%

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

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

R = 57.64%
G = 26.32%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E66940 (or 0xE66940) is known color: Sorbus. HEX triplet: E6, 69 and 40. RGB value is (230,105,64). Sum of RGB (Red+Green+Blue) = 230+105+64=399 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.64% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 230 - color contains mainly: red. Hex color #E66940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66940 is #1996BF. Grayscale: #898989. Windows color (decimal): -1676992 or 4221414. OLE color: 4221414.

HSL color Cylindrical-coordinate representation of color #E66940: hue angle of 14.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E66940 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 64 -
CMYK 0 0.54 0.72 0.10
HSL 14.82º 0.77% 0.58% -
HSV(B) 14.82º 0.72% 0.9% -
XYZ 38.61 27.3 8.08 -
YUV 137.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 230 105 64 0 0.54 0.72 0.10 14.82 0.77 0.58
Hex E6 69 40 0 36 48 A F 4D 3A
Octal 346 151 100 0 66 110 12 17 115 72
Binary 11100110 1101001 1000000 0 110110 1001000 1010 1111 1001101 111010

Color Harmonies of #E66940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66940

Black with #E66940

Text Example


Text Example

White with #E66940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66940; }

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

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

background-color css

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

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

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

border-color css

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

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

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