Html Css Color HEX #E06440 Sorbus

📋 copy color: '#E06440'

red 224 ◦ green 100 ◦ blue 64

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

Shades of Sorbus #E06440

Tints of Sorbus #E06440

RGB

 RED value IS 224 (87.89% from 255) = 57.73%

 GREEN value IS 100 (39.45% from 255) = 25.77%

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

R = 57.73%
G = 25.77%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E06440 (or 0xE06440) is known color: Sorbus. HEX triplet: E0, 64 and 40. RGB value is (224,100,64). Sum of RGB (Red+Green+Blue) = 224+100+64=388 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.73% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 224 - color contains mainly: red. Hex color #E06440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06440 is #1F9BBF. Grayscale: #858585. Windows color (decimal): -2071488 or 4220128. OLE color: 4220128.

HSL color Cylindrical-coordinate representation of color #E06440: hue angle of 13.5º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E06440 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 64 -
CMYK 0 0.55 0.71 0.12
HSL 13.5º 0.72% 0.56% -
HSV(B) 13.5º 0.71% 0.88% -
XYZ 36.22 25.33 7.83 -
YUV 132.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 224 100 64 0 0.55 0.71 0.12 13.5 0.72 0.56
Hex E0 64 40 0 37 47 C E 48 38
Octal 340 144 100 0 67 107 14 16 110 70
Binary 11100000 1100100 1000000 0 110111 1000111 1100 1110 1001000 111000

Color Harmonies of #E06440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06440

Black with #E06440

Text Example


Text Example

White with #E06440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06440; }

 p { color: rgb(224,100,64); }

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

background-color css

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

 a { background-color: rgb(224,100,64); }

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

border-color css

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

 span { border-color: rgb(224,100,64); }

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