Html Css Color HEX #EC602B Sorbus

📋 copy color: '#EC602B'

red 236 ◦ green 96 ◦ blue 43

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

Shades of Sorbus #EC602B

Tints of Sorbus #EC602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 43 (17.19% from 255) = 11.47%

R = 62.93%
G = 25.6%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC602B (or 0xEC602B) is known color: Sorbus. HEX triplet: EC, 60 and 2B. RGB value is (236,96,43). Sum of RGB (Red+Green+Blue) = 236+96+43=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC602B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC602B is #139FD4. Grayscale: #848484. Windows color (decimal): -1286101 or 2842860. OLE color: 2842860.

HSL color Cylindrical-coordinate representation of color #EC602B: hue angle of 16.48º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC602B is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 43 -
CMYK 0 0.59 0.82 0.07
HSL 16.48º 0.84% 0.55% -
HSV(B) 16.48º 0.82% 0.93% -
XYZ 39.21 26.37 5.31 -
YUV 131.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 236 96 43 0 0.59 0.82 0.07 16.48 0.84 0.55
Hex EC 60 2B 0 3B 52 7 10 54 37
Octal 354 140 53 0 73 122 7 20 124 67
Binary 11101100 1100000 101011 0 111011 1010010 111 10000 1010100 110111

Color Harmonies of #EC602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC602B

Black with #EC602B

Text Example


Text Example

White with #EC602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC602B; }

 p { color: rgb(236,96,43); }

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

background-color css

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

 a { background-color: rgb(236,96,43); }

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

border-color css

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

 span { border-color: rgb(236,96,43); }

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