Html Css Color HEX #E06742 Sorbus

📋 copy color: '#E06742'

red 224 ◦ green 103 ◦ blue 66

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

Shades of Sorbus #E06742

Tints of Sorbus #E06742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 57%
G = 26.21%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E06742 (or 0xE06742) is known color: Sorbus. HEX triplet: E0, 67 and 42. RGB value is (224,103,66). Sum of RGB (Red+Green+Blue) = 224+103+66=393 (52% of max value = 765). Red value is 224 (87.89% from 255 or 57.00% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 224 - color contains mainly: red. Hex color #E06742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06742 is #1F98BD. Grayscale: #878787. Windows color (decimal): -2070718 or 4351968. OLE color: 4351968.

HSL color Cylindrical-coordinate representation of color #E06742: hue angle of 14.05º 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 #E06742 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 103 66 -
CMYK 0 0.54 0.71 0.12
HSL 14.05º 0.72% 0.57% -
HSV(B) 14.05º 0.71% 0.88% -
XYZ 36.57 25.94 8.23 -
YUV 134.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 224 103 66 0 0.54 0.71 0.12 14.05 0.72 0.57
Hex E0 67 42 0 36 47 C E 48 39
Octal 340 147 102 0 66 107 14 16 110 71
Binary 11100000 1100111 1000010 0 110110 1000111 1100 1110 1001000 111001

Color Harmonies of #E06742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06742

Black with #E06742

Text Example


Text Example

White with #E06742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06742; }

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

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

background-color css

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

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

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

border-color css

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

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

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