Html Css Color HEX #EC6130 Sorbus

📋 copy color: '#EC6130'

red 236 ◦ green 97 ◦ blue 48

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

Shades of Sorbus #EC6130

Tints of Sorbus #EC6130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.46%

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

R = 61.94%
G = 25.46%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC6130 (or 0xEC6130) is known color: Sorbus. HEX triplet: EC, 61 and 30. RGB value is (236,97,48). Sum of RGB (Red+Green+Blue) = 236+97+48=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6130 is #139ECF. Grayscale: #858585. Windows color (decimal): -1285840 or 3170796. OLE color: 3170796.

HSL color Cylindrical-coordinate representation of color #EC6130: hue angle of 15.64º 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 #EC6130 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 97 48 -
CMYK 0 0.59 0.80 0.07
HSL 15.64º 0.83% 0.56% -
HSV(B) 15.64º 0.8% 0.93% -
XYZ 39.4 26.6 5.85 -
YUV 132.98 80.05 201.48 -
System Red Green Blue C M Y K H S L
Decimal 236 97 48 0 0.59 0.80 0.07 15.64 0.83 0.56
Hex EC 61 30 0 3B 50 7 10 53 38
Octal 354 141 60 0 73 120 7 20 123 70
Binary 11101100 1100001 110000 0 111011 1010000 111 10000 1010011 111000

Color Harmonies of #EC6130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6130

Black with #EC6130

Text Example


Text Example

White with #EC6130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6130; }

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

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

background-color css

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

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

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

border-color css

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

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

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