Html Css Color HEX #E06F3D Sorbus

📋 copy color: '#E06F3D'

red 224 ◦ green 111 ◦ blue 61

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

Shades of Sorbus #E06F3D

Tints of Sorbus #E06F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 56.57%
G = 28.03%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E06F3D (or 0xE06F3D) is known color: Sorbus. HEX triplet: E0, 6F and 3D. RGB value is (224,111,61). Sum of RGB (Red+Green+Blue) = 224+111+61=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F3D is #1F90C2. Grayscale: #8B8B8B. Windows color (decimal): -2068675 or 4026336. OLE color: 4026336.

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

Color convert

RGB 224 111 61 -
CMYK 0 0.50 0.73 0.12
HSL 18.4º 0.72% 0.56% -
HSV(B) 18.4º 0.73% 0.88% -
XYZ 37.27 27.55 7.77 -
YUV 139.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 224 111 61 0 0.50 0.73 0.12 18.4 0.72 0.56
Hex E0 6F 3D 0 32 49 C 12 48 38
Octal 340 157 75 0 62 111 14 22 110 70
Binary 11100000 1101111 111101 0 110010 1001001 1100 10010 1001000 111000

Color Harmonies of #E06F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F3D

Black with #E06F3D

Text Example


Text Example

White with #E06F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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