Html Css Color HEX #E06D30 Sorbus

📋 copy color: '#E06D30'

red 224 ◦ green 109 ◦ blue 48

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

Shades of Sorbus #E06D30

Tints of Sorbus #E06D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.61%

 BLUE value IS 48 (19.14% from 255) = 12.6%

R = 58.79%
G = 28.61%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E06D30 (or 0xE06D30) is known color: Sorbus. HEX triplet: E0, 6D and 30. RGB value is (224,109,48). Sum of RGB (Red+Green+Blue) = 224+109+48=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D30 is #1F92CF. Grayscale: #888888. Windows color (decimal): -2069200 or 3173856. OLE color: 3173856.

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

Color convert

RGB 224 109 48 -
CMYK 0 0.51 0.79 0.12
HSL 20.8º 0.74% 0.53% -
HSV(B) 20.8º 0.79% 0.88% -
XYZ 36.74 27 6.07 -
YUV 136.43 78.1 190.46 -
System Red Green Blue C M Y K H S L
Decimal 224 109 48 0 0.51 0.79 0.12 20.8 0.74 0.53
Hex E0 6D 30 0 33 4F C 15 4A 35
Octal 340 155 60 0 63 117 14 25 112 65
Binary 11100000 1101101 110000 0 110011 1001111 1100 10101 1001010 110101

Color Harmonies of #E06D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06D30

Black with #E06D30

Text Example


Text Example

White with #E06D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06D30; }

 p { color: rgb(224,109,48); }

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

background-color css

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

 a { background-color: rgb(224,109,48); }

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

border-color css

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

 span { border-color: rgb(224,109,48); }

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