Html Css Color HEX #E06542 Sorbus

📋 copy color: '#E06542'

red 224 ◦ green 101 ◦ blue 66

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

Shades of Sorbus #E06542

Tints of Sorbus #E06542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.83%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 57.29%
G = 25.83%
B = 16.88%

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

#E06542 (or 0xE06542) is known color: Sorbus. HEX triplet: E0, 65 and 42. RGB value is (224,101,66). Sum of RGB (Red+Green+Blue) = 224+101+66=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E06542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06542 is #1F9ABD. Grayscale: #868686. Windows color (decimal): -2071230 or 4351456. OLE color: 4351456.

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

Color convert

RGB 224 101 66 -
CMYK 0 0.55 0.71 0.12
HSL 13.29º 0.72% 0.57% -
HSV(B) 13.29º 0.71% 0.88% -
XYZ 36.38 25.55 8.17 -
YUV 133.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 224 101 66 0 0.55 0.71 0.12 13.29 0.72 0.57
Hex E0 65 42 0 37 47 C D 48 39
Octal 340 145 102 0 67 107 14 15 110 71
Binary 11100000 1100101 1000010 0 110111 1000111 1100 1101 1001000 111001

Color Harmonies of #E06542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06542

Black with #E06542

Text Example


Text Example

White with #E06542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06542; }

 p { color: rgb(224,101,66); }

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

background-color css

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

 a { background-color: rgb(224,101,66); }

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

border-color css

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

 span { border-color: rgb(224,101,66); }

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