Html Css Color HEX #E06C2F Sorbus

📋 copy color: '#E06C2F'

red 224 ◦ green 108 ◦ blue 47

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

Shades of Sorbus #E06C2F

Tints of Sorbus #E06C2F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 59.1%
G = 28.5%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E06C2F (or 0xE06C2F) is known color: Sorbus. HEX triplet: E0, 6C and 2F. RGB value is (224,108,47). Sum of RGB (Red+Green+Blue) = 224+108+47=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06C2F is #1F93D0. Grayscale: #888888. Windows color (decimal): -2069457 or 3108064. OLE color: 3108064.

HSL color Cylindrical-coordinate representation of color #E06C2F: hue angle of 20.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E06C2F is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 108 47 -
CMYK 0 0.52 0.79 0.12
HSL 20.68º 0.74% 0.53% -
HSV(B) 20.68º 0.79% 0.88% -
XYZ 36.62 26.78 5.93 -
YUV 135.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 224 108 47 0 0.52 0.79 0.12 20.68 0.74 0.53
Hex E0 6C 2F 0 34 4F C 15 4A 35
Octal 340 154 57 0 64 117 14 25 112 65
Binary 11100000 1101100 101111 0 110100 1001111 1100 10101 1001010 110101

Color Harmonies of #E06C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06C2F

Black with #E06C2F

Text Example


Text Example

White with #E06C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06C2F; }

 p { color: rgb(224,108,47); }

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

background-color css

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

 a { background-color: rgb(224,108,47); }

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

border-color css

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

 span { border-color: rgb(224,108,47); }

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