Html Css Color HEX #EC6930 Sorbus

📋 copy color: '#EC6930'

red 236 ◦ green 105 ◦ blue 48

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

Shades of Sorbus #EC6930

Tints of Sorbus #EC6930

RGB

 RED value IS 236 (92.58% from 255) = 60.67%

 GREEN value IS 105 (41.41% from 255) = 26.99%

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

R = 60.67%
G = 26.99%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC6930 (or 0xEC6930) is known color: Sorbus. HEX triplet: EC, 69 and 30. RGB value is (236,105,48). Sum of RGB (Red+Green+Blue) = 236+105+48=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6930 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6930 is #1396CF. Grayscale: #8A8A8A. Windows color (decimal): -1283792 or 3172844. OLE color: 3172844.

HSL color Cylindrical-coordinate representation of color #EC6930: hue angle of 18.19º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC6930 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 105 48 -
CMYK 0 0.56 0.80 0.07
HSL 18.19º 0.83% 0.56% -
HSV(B) 18.19º 0.8% 0.93% -
XYZ 40.18 28.15 6.11 -
YUV 137.67 77.4 198.13 -
System Red Green Blue C M Y K H S L
Decimal 236 105 48 0 0.56 0.80 0.07 18.19 0.83 0.56
Hex EC 69 30 0 38 50 7 12 53 38
Octal 354 151 60 0 70 120 7 22 123 70
Binary 11101100 1101001 110000 0 111000 1010000 111 10010 1010011 111000

Color Harmonies of #EC6930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6930

Black with #EC6930

Text Example


Text Example

White with #EC6930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6930; }

 p { color: rgb(236,105,48); }

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

background-color css

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

 a { background-color: rgb(236,105,48); }

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

border-color css

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

 span { border-color: rgb(236,105,48); }

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