Html Css Color HEX #E06F38 Sorbus

📋 copy color: '#E06F38'

red 224 ◦ green 111 ◦ blue 56

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

Shades of Sorbus #E06F38

Tints of Sorbus #E06F38

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.39%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 57.29%
G = 28.39%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E06F38 (or 0xE06F38) is known color: Sorbus. HEX triplet: E0, 6F and 38. RGB value is (224,111,56). Sum of RGB (Red+Green+Blue) = 224+111+56=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F38 is #1F90C7. Grayscale: #8A8A8A. Windows color (decimal): -2068680 or 3698656. OLE color: 3698656.

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

Color convert

RGB 224 111 56 -
CMYK 0 0.50 0.75 0.12
HSL 19.64º 0.73% 0.55% -
HSV(B) 19.64º 0.75% 0.88% -
XYZ 37.14 27.5 7.09 -
YUV 138.52 81.44 188.97 -
System Red Green Blue C M Y K H S L
Decimal 224 111 56 0 0.50 0.75 0.12 19.64 0.73 0.55
Hex E0 6F 38 0 32 4B C 14 49 37
Octal 340 157 70 0 62 113 14 24 111 67
Binary 11100000 1101111 111000 0 110010 1001011 1100 10100 1001001 110111

Color Harmonies of #E06F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F38

Black with #E06F38

Text Example


Text Example

White with #E06F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F38; }

 p { color: rgb(224,111,56); }

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

background-color css

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

 a { background-color: rgb(224,111,56); }

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

border-color css

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

 span { border-color: rgb(224,111,56); }

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